C# Class LunarEclipse.PropertyData

Afficher le fichier Open project: mono/lunareclipse Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetHashCode ( ) : int
PropertyData ( Type baseType, Type declaringType, DependencyProperty property, FieldInfo propertyInfo, bool attached ) : System

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PropertyData() public méthode

public PropertyData ( Type baseType, Type declaringType, DependencyProperty property, FieldInfo propertyInfo, bool attached ) : System
baseType System.Type
declaringType System.Type
property System.Windows.DependencyProperty
propertyInfo System.Reflection.FieldInfo
attached bool
Résultat System