PropertiesExtensionsAddTProperty - метод
Добавляет свойство в коллекцию элементов collection
Пространство имён: Tessa.UI.Views.Charting.PropertiesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
public static TProperty Add<TProperty>(
[NotNullAttribute] this TProperty property,
[NotNullAttribute] IList<IProperty> collection
)
where TProperty : IProperty
<ExtensionAttribute>
<NotNullAttribute>
Public Shared Function Add(Of TProperty As IProperty) (
<NotNullAttribute> property As TProperty,
<NotNullAttribute> collection As IList(Of IProperty)
) As TProperty
public:
[ExtensionAttribute]
[NotNullAttribute]
generic<typename TProperty>
where TProperty : IProperty
static TProperty Add(
[NotNullAttribute] TProperty property,
[NotNullAttribute] IList<IProperty^>^ collection
)
[<ExtensionAttribute>]
[<NotNullAttribute>]
static member Add :
[<NotNullAttribute>] property : 'TProperty *
[<NotNullAttribute>] collection : IList<IProperty> -> 'TProperty when 'TProperty : IProperty
- property TProperty
-
Свойство
- collection IListIProperty
-
Коллекция
- TProperty
-
Тип свойства
TProperty
Свойство переданное в качестве параметра
propertyВ Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
TProperty. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).