C# Class Weaver.Util.MemberSignature

Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Свойство Type Description
DeclaringType TypeSignature
Name string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string s, string separator = memberSeparator ) : MemberSignature
ToString ( ) : string
operator ( ) : bool

Méthodes protégées

Méthode Description
MemberSignature ( TypeSignature declaringType, string name ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MemberSignature() protected méthode

protected MemberSignature ( TypeSignature declaringType, string name ) : System
declaringType TypeSignature
name string
Résultat System

Parse() public static méthode

public static Parse ( string s, string separator = memberSeparator ) : MemberSignature
s string
separator string
Résultat MemberSignature

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

DeclaringType public_oe property

public TypeSignature,Weaver.Util DeclaringType
Résultat TypeSignature

Name public_oe property

public string Name
Résultat string