CodeGraphNodeIdGenericBuilder.HasGenericParameters Property

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

'Declaration
Public ReadOnly Property HasGenericParameters As Boolean
public bool HasGenericParameters { get; }
public:
property bool HasGenericParameters {
    bool get ();
}
member HasGenericParameters : bool with get
function get HasGenericParameters () : boolean

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdGenericBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace