Table of Contents

Class NetickList<T>

Namespace
Netick
Assembly
Netick.dll
public sealed class NetickList<T> : IEnumerable<T>, IEnumerable

Type Parameters

T
Inheritance
NetickList<T>
Implements
Inherited Members

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public T this[int i] { get; }

Parameters

i int

Property Value

T

Methods

GetEnumerator()

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>