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

成员名。

返回

该值。

适用于