C# Class SWFProcessing.SWFModeller.ABC.Namespace

A namespace that functions operate within
Inheritance: IComparable
Afficher le fichier Open project: WeeWorld/Swiffotron Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

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