public BooleanExpressionVariable this[
string identifier
] { get; }
Public ReadOnly Default Property Item (
identifier As String
) As BooleanExpressionVariable
Get
public:
property BooleanExpressionVariable^ default[String^ identifier] {
BooleanExpressionVariable^ get (String^ identifier);
}
function get_Item(identifier);