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