Share via


CodeGraphNodeIdMemberBuilder.OverloadingParameterTypes Property

 

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

Syntax

public Collection<CodeGraphNodeIdBuilder> OverloadingParameterTypes { get; }
public:
property Collection<CodeGraphNodeIdBuilder^>^ OverloadingParameterTypes {
    Collection<CodeGraphNodeIdBuilder^>^ get();
}
member OverloadingParameterTypes : Collection<CodeGraphNodeIdBuilder> with get
Public ReadOnly Property OverloadingParameterTypes As Collection(Of CodeGraphNodeIdBuilder)

Property Value

Type: System.Collections.ObjectModel.Collection<CodeGraphNodeIdBuilder>

Returns Collection<T>.

See Also

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

Return to top