C# Class GlueViewOfficialPlugins.Scripting.ReflectionExtensionMethods

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
AddRangeUnique ( this fields, IEnumerable whatToAdd ) : void
AddRangeUnique ( this properties, IEnumerable whatToAdd ) : void
ContainsFieldName ( this fields, string name ) : bool
ContainsPropertyName ( this properties, string name ) : bool
GetFieldByName ( this fields, string name ) : FieldInfo
GetPropertyByName ( this properties, string name ) : PropertyInfo

Method Details

AddRangeUnique() public static méthode

public static AddRangeUnique ( this fields, IEnumerable whatToAdd ) : void
fields this
whatToAdd IEnumerable
Résultat void

AddRangeUnique() public static méthode

public static AddRangeUnique ( this properties, IEnumerable whatToAdd ) : void
properties this
whatToAdd IEnumerable
Résultat void

ContainsFieldName() public static méthode

public static ContainsFieldName ( this fields, string name ) : bool
fields this
name string
Résultat bool

ContainsPropertyName() public static méthode

public static ContainsPropertyName ( this properties, string name ) : bool
properties this
name string
Résultat bool

GetFieldByName() public static méthode

public static GetFieldByName ( this fields, string name ) : FieldInfo
fields this
name string
Résultat System.Reflection.FieldInfo

GetPropertyByName() public static méthode

public static GetPropertyByName ( this properties, string name ) : PropertyInfo
properties this
name string
Résultat System.Reflection.PropertyInfo