C# Класс GlueViewOfficialPlugins.Scripting.ReflectionExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddRangeUnique() публичный статический Метод

public static AddRangeUnique ( this fields, IEnumerable whatToAdd ) : void
fields this
whatToAdd IEnumerable
Результат void

AddRangeUnique() публичный статический Метод

public static AddRangeUnique ( this properties, IEnumerable whatToAdd ) : void
properties this
whatToAdd IEnumerable
Результат void

ContainsFieldName() публичный статический Метод

public static ContainsFieldName ( this fields, string name ) : bool
fields this
name string
Результат bool

ContainsPropertyName() публичный статический Метод

public static ContainsPropertyName ( this properties, string name ) : bool
properties this
name string
Результат bool

GetFieldByName() публичный статический Метод

public static GetFieldByName ( this fields, string name ) : FieldInfo
fields this
name string
Результат System.Reflection.FieldInfo

GetPropertyByName() публичный статический Метод

public static GetPropertyByName ( this properties, string name ) : PropertyInfo
properties this
name string
Результат System.Reflection.PropertyInfo