Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public override string this[
	string name
] { get; }
Visual Basic
Public Overrides ReadOnly Default Property Item ( _
	name As String _
) As String
	Get
Visual C++
public:
virtual property String^ default[String^ name] {
	String^ get (String^ name) override;
}

Parameters

name
Type: System..::..String

See Also