Kopīgot, izmantojot


ClassRecord.GetArrayRecord(String) Method

Definition

Retrieves the value of the provided memberName.

public:
 System::Formats::Nrbf::ArrayRecord ^ GetArrayRecord(System::String ^ memberName);
public System.Formats.Nrbf.ArrayRecord? GetArrayRecord (string memberName);
member this.GetArrayRecord : string -> System.Formats.Nrbf.ArrayRecord
Public Function GetArrayRecord (memberName As String) As ArrayRecord

Parameters

memberName
String

The name of the member.

Returns

The value.

Applies to