CodeGraphNodeIdGenericBuilder Class

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.CodeGraphNodeIdGenericBuilder
    Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.CodeGraphNodeIdMemberBuilder
    Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.CodeGraphNodeIdTypeBuilder

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

Syntax

'Declaration
Public MustInherit Class CodeGraphNodeIdGenericBuilder
public abstract class CodeGraphNodeIdGenericBuilder
public ref class CodeGraphNodeIdGenericBuilder abstract
[<AbstractClass>]
type CodeGraphNodeIdGenericBuilder =  class end
public abstract class CodeGraphNodeIdGenericBuilder

The CodeGraphNodeIdGenericBuilder type exposes the following members.

Constructors

  Name Description
Protected method CodeGraphNodeIdGenericBuilder

Top

Properties

  Name Description
Public property GenericArguments
Public property GenericParameterCount
Public property HasGenericArguments
Public property HasGenericParameters
Public property HasIsCompilerGenerated
Public property HasName
Public property IsCompilerGenerated
Public property Name
Public property TransientParameterLabels

Top

Methods

  Name Description
Public method Clear
Public method ConvertAllUris
Protected method CopyFrom(CodeGraphNodeIdGenericBuilder)
Protected method CopyFrom(GraphNodeId)
Public method Equals(Object) (Overrides Object.Equals(Object).)
Public method Equals(CodeGraphNodeIdGenericBuilder, StringComparison)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode (Overrides Object.GetHashCode.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method InitializeField
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Reinitialize(String)
Public method Reinitialize(CodeGraphNodeIdGenericBuilder)
Public method Reinitialize(GraphNodeId)
Public method ToGraphNodeId
Public method ToString (Overrides Object.ToString.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace