WorkflowEngineHelperSetT(IListObject, T, Int32, String) - метод |
Пространство имён:
Tessa.Workflow.Helpful
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static void Set<T>(
IList<Object> fromList,
T value,
int index,
string[] hashPath
)
Public Shared Sub Set(Of T) (
fromList As IList(Of Object),
value As T,
index As Integer,
hashPath As String()
)
public:
generic<typename T>
static void Set(
IList<Object^>^ fromList,
T value,
int index,
array<String^>^ hashPath
)
static member Set :
fromList : IList<Object> *
value : 'T *
index : int *
hashPath : string[] -> unit
Параметры
- fromList
- Тип: System.Collections.GenericIListObject
- value
- Тип: T
- index
- Тип: SystemInt32
- hashPath
- Тип: SystemString
Параметры типа
- T
См. также