C# Class Weaver.Util.PropertySignature

Inheritance: MemberSignature
Datei anzeigen Open project: FloodProject/flood

Public Properties

Property Type Description
PropertyType TypeSignature

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( string s ) : PropertySignature
s string
return PropertySignature

PropertySignature() public method

public PropertySignature ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo
return System

PropertySignature() public method

public PropertySignature ( PropertyReference property ) : System
property Mono.Cecil.PropertyReference
return System

PropertySignature() public method

public PropertySignature ( TypeSignature propertyType, TypeSignature declaringType, string name ) : System
propertyType TypeSignature
declaringType TypeSignature
name string
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

PropertyType public_oe property

public TypeSignature,Weaver.Util PropertyType
return TypeSignature