IIndexedProperties.Item Property (String) | |
Get/Set array elements with a name.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax PROPERTY SELF[
name AS STRING
] AS USUAL GET SET
Usual this[
string name
] { get; set; }
Parameters
- name
- Type: String
Name which will be used to lookup a property
Property Value
Type:
UsualSee Also