Interface IArray<T>
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public interface IArray<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceCount
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Item[Int32]
Declaration
T this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
T |