CodeGraphNodeIdMemberBuilder.HasOverloadingParameterTypes Property

 

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

Syntax

public bool HasOverloadingParameterTypes { get; }
public:
property bool HasOverloadingParameterTypes {
    bool get();
}
member HasOverloadingParameterTypes : bool with get
Public ReadOnly Property HasOverloadingParameterTypes As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

CodeGraphNodeIdMemberBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top