Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2016.1.140.7015 (2016.1.140.7015)
Assembly: p4api.net (in p4api.net.dll) Version: 2016.1.140.7015 (2016.1.140.7015)
Syntax
C# |
---|
public static explicit operator T[] ( SimpleList<T> l ) |
Visual Basic |
---|
Public Shared Narrowing Operator CType ( _ l As SimpleList(Of T) _ ) As T() |
Visual C++ |
---|
static explicit operator array<T>^ ( SimpleList<T>^ l ) |
Parameters
- l
- Type: Perforce.P4..::..SimpleList<(Of <(<'T>)>)>