ClassRecord.GetInt32(String) 方法

定义

检索提供的 memberName的值。

public:
 int GetInt32(System::String ^ memberName);
public int GetInt32 (string memberName);
member this.GetInt32 : string -> int
Public Function GetInt32 (memberName As String) As Integer

参数

memberName
String

成员的名称。

返回

值。

适用于