Class ListToIArray<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class ListToIArray<T> : IArrayImpl<T>, IArray<T>, IEnumerable<T>, IEnumerable
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Improve this Doc View SourceListToIArray(List<T>)
Declaration
public ListToIArray(List<T> a)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<T> | a |
Properties
| Improve this Doc View SourceItem[Int32]
Declaration
public override T this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| T |
Overrides
CADability.IArrayImpl<T>.Item[System.Int32]
|
Improve this Doc
View Source
Length
Declaration
public override int Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Overrides
CADability.IArrayImpl<T>.Length
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable