C# Class Guidelines.Core.ObjectExtensions

Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
GetPropertyValue ( this o, string propertyName ) : object
HasAttribute ( this obj, Type attributeType ) : bool

Method Details

GetPropertyValue() public static méthode

public static GetPropertyValue ( this o, string propertyName ) : object
o this
propertyName string
Résultat object

HasAttribute() public static méthode

public static HasAttribute ( this obj, Type attributeType ) : bool
obj this
attributeType System.Type
Résultat bool