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