Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
IPagedEntityChildrenList<IEntity, int> this[ string identifier ] { get; } |
| Visual Basic |
|---|
ReadOnly Default Property Item ( _ identifier As String _ ) As IPagedEntityChildrenList(Of IEntity, Integer) Get |
| Visual C++ |
|---|
property IPagedEntityChildrenList<IEntity^, int>^ default[String^ identifier] { IPagedEntityChildrenList<IEntity^, int>^ get (String^ identifier); } |
Parameters
- identifier
- Type: System..::..String