C# Class Unity3dAzure.AppServices.Model

Helper methods to check and get object properties
Afficher le fichier Open project: Unity3dAzure/AppServices

Méthodes publiques

Méthode Description
GetProperty ( object obj, string propertyName ) : PropertyInfo
HasProperty ( object obj, string propertyName ) : bool

Method Details

GetProperty() public static méthode

public static GetProperty ( object obj, string propertyName ) : PropertyInfo
obj object
propertyName string
Résultat System.Reflection.PropertyInfo

HasProperty() public static méthode

public static HasProperty ( object obj, string propertyName ) : bool
obj object
propertyName string
Résultat bool