Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public AttDef this[ string name ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ name As String _ ) As AttDef Get |
| Visual C++ |
|---|
public: property AttDef^ default[String^ name] { AttDef^ get (String^ name); } |
Parameters
- name
- Type: System..::..String