Interface IDynamicArray<T>
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public interface IDynamicArray<T> : IArray<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
| Improve this Doc View SourceSetLength(Int32)
Declaration
void SetLength(int length)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | length |