Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ArrayList ManyNM(
int i,
int j,
Func<Object> f
)
Public Function ManyNM (
i As Integer,
j As Integer,
f As Func(Of Object)
) As ArrayList
public:
ArrayList^ ManyNM(
int i,
int j,
Func<Object^>^ f
)
member ManyNM :
i : int *
j : int *
f : Func<Object> -> ArrayList
Parameters
- i
- Type: SystemInt32
- j
- Type: SystemInt32
- f
- Type: SystemFuncObject
Return Value
Type:
ArrayListSee Also