ClassRecord.GetUInt16(String) 方法

定义

检索提供的 memberName的值。

public:
 System::UInt16 GetUInt16(System::String ^ memberName);
public ushort GetUInt16 (string memberName);
member this.GetUInt16 : string -> uint16
Public Function GetUInt16 (memberName As String) As UShort

参数

memberName
String

成员的名称。

返回

值。

适用于