C# Class SWFProcessing.SWFModeller.ABC.Multiname

A multiname, for pinpointing something within all loaded code.
Afficher le fichier Open project: WeeWorld/Swiffotron Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

If you change this method, please remember to change operator== too.

GetHashCode ( ) : int
ToString ( ) : string

Renders the multiname as a string. Used only in test/debug console output.

operator ( ) : bool

Private Methods

Méthode Description
Multiname ( )
Multiname ( MultinameKind kind, string name, Namespace ns, NamespaceSet set )

Immutable multiname object.

Method Details

Equals() public méthode

If you change this method, please remember to change operator== too.
public Equals ( object obj ) : bool
obj object Other MN for comparison
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Renders the multiname as a string. Used only in test/debug console output.
public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool