C# Class SWFProcessing.SWFModeller.ABC.Namespace

A namespace that functions operate within
Inheritance: IComparable
ファイルを表示 Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool

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

GetHashCode ( ) : int
ToString ( ) : string

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

operator ( ) : bool

Private Methods

Method Description
CreateRepackaged ( string newPackage ) : Namespace
Namespace ( ) : System
Namespace ( NamespaceKind kind, string name ) : System

Immutable namespace object. Please consider using AbcCode.CreateNamespace, which will keep things in their right place.

Namespace ( NamespaceKind kind, string name, string prefix ) : System

Immutable namespace object. Please consider using AbcCode.CreateNamespace, which will keep things in their right place.

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

Renders the namespace 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