C# Class SWFProcessing.SWFModeller.ABC.Multiname

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

Public Methods

Method 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

Method Description
Multiname ( )
Multiname ( MultinameKind kind, string name, Namespace ns, NamespaceSet set )

Immutable multiname object.

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

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

operator() public static method

public static operator ( ) : bool
return bool