Object..::..Item Property
Namespace:
System
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [ExternalAttribute] public virtual Object this[ string name ] { get; set; }
<ExternalAttribute> _ <ExternalAttribute> _ Public Overridable Default Property Item ( _ name As String _ ) As Object Get Set
[ExternalAttribute] [ExternalAttribute] public: virtual property Object^ default[String^ name] { Object^ get (String^ name); void set (String^ name, Object^ value); }
Parameters
- name
- Type: System..::..String