DomainClassInheritanceComparer Class

 

Class to order domain classes by their inheritance tree, so leaf classes come first.

Namespace:   Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.DslDefinition::DomainClassInheritanceComparer<T>
    Microsoft.VisualStudio.Modeling.DslDefinition::DomainClassInheritanceComparer

public ref class DomainClassInheritanceComparer : DomainClassInheritanceComparer<DomainClass^>

NameDescription
System_CAPS_pubmethodCompare(T, T)

Compare two domain classes(Inherited from DomainClassInheritanceComparer<T>.)

System_CAPS_pubmethodCompare(Object^, Object^)

Compare two Domain Classes(Inherited from DomainClassInheritanceComparer<T>.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Do not use this class with a SortedList or SortedDictionary class as the fact that it returns 0 for unrelated classes means that keys will no longer be based on object identity.

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

Return to top
Show: