Extension.GetArrayField<T>(String) Method

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the array field.

protected:
generic <typename T>
 System::Collections::Generic::ICollection<T> ^ GetArrayField(System::String ^ fieldName);
protected System.Collections.Generic.ICollection<T> GetArrayField<T> (string fieldName);
member this.GetArrayField : string -> System.Collections.Generic.ICollection<'T>
Protected Function GetArrayField(Of T) (fieldName As String) As ICollection(Of T)

Type Parameters

T

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Parameters

fieldName
String

The name of the field.

Returns

The array field.

Applies to