StructRealTimeArray<TStruct> Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
public StructRealTimeArray<TStruct>(
IRealTimeRecord record,
string fieldPath,
int length,
Func<IRealTimeRecord,string,TStruct> creationFn
)
public:
StructRealTimeArray<TStruct>(
IRealTimeRecord^ record,
String^ fieldPath,
int length,
Func<IRealTimeRecord^,String^,TStruct^>^ creationFn
)
Parameters
- record
- fieldPath
- length
- creationFn