ClassRecord.GetBoolean(String) 方法

定义

检索提供的 memberName的值。

public:
 bool GetBoolean(System::String ^ memberName);
public bool GetBoolean (string memberName);
member this.GetBoolean : string -> bool
Public Function GetBoolean (memberName As String) As Boolean

参数

memberName
String

成员的名称。

返回

值。

适用于