C# Class Weaver.Util.PropertySignature

Inheritance: MemberSignature
Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Свойство Type Description
PropertyType TypeSignature

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string s ) : PropertySignature
PropertySignature ( PropertyInfo property ) : System
PropertySignature ( PropertyReference property ) : System
PropertySignature ( TypeSignature propertyType, TypeSignature declaringType, string name ) : System
ToString ( ) : string
operator ( ) : bool

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

Parse() public static méthode

public static Parse ( string s ) : PropertySignature
s string
Résultat PropertySignature

PropertySignature() public méthode

public PropertySignature ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo
Résultat System

PropertySignature() public méthode

public PropertySignature ( PropertyReference property ) : System
property Mono.Cecil.PropertyReference
Résultat System

PropertySignature() public méthode

public PropertySignature ( TypeSignature propertyType, TypeSignature declaringType, string name ) : System
propertyType TypeSignature
declaringType TypeSignature
name string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

PropertyType public_oe property

public TypeSignature,Weaver.Util PropertyType
Résultat TypeSignature