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