CodeGraphNodeIdGenericBuilder.HasGenericParameters Property
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
public bool HasGenericParameters { get; }
public:
property bool HasGenericParameters {
bool get();
}
member HasGenericParameters : bool with get
Public ReadOnly Property HasGenericParameters As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
CodeGraphNodeIdGenericBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace
Return to top