SnippetCollectionItem Property |
Namespace: Kettic.AspNet.Controls.Editor.DiffAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Snippet this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Snippet
Get
public:
property Snippet^ default[int index] {
Snippet^ get (int index);
}
member Item : Snippet with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
Snippet
See Also