Documentation for this section has not yet been entered.
- A
- Ako generic param
- B
- Bko generic param
T:Mono.DocTest.MyList`2.
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
See Also: Inherited members from GenericBase<Dictionary<A, B>>.
⊟ Public Constructors
MyList ()Documentation for this section has not yet been entered. ⊟ Public Properties
[read-only] Count int . Documentation for this section has not yet been entered. [read-only] Current A . Documentation for this section has not yet been entered. [read-only] IsReadOnly bool . Documentation for this section has not yet been entered. ⊟ Public Methods
Add (A) Documentation for this section has not yet been entered.Clear () Documentation for this section has not yet been entered.Contains (A) : bool Documentation for this section has not yet been entered.CopyTo (A[], int) Documentation for this section has not yet been entered.Dispose () Documentation for this section has not yet been entered.GetEnumerator () : List<A>.Enumerator Documentation for this section has not yet been entered.MoveNext () : bool Documentation for this section has not yet been entered.Remove (A) : bool Documentation for this section has not yet been entered.Reset () Documentation for this section has not yet been entered.⊟ Explicitly Implemented Interface Members
[read-only] IEnumerator<A>.Current A . Documentation for this section has not yet been entered. [read-only] IEnumerator.Current object . Documentation for this section has not yet been entered. IEnumerable<A>.GetEnumerator Documentation for this section has not yet been entered. IEnumerable.GetEnumerator Documentation for this section has not yet been entered. Mono.DocTest.Generic.IFoo<A>.Method<U> Documentation for this section has not yet been entered. ⊟ Extension Methods
staticBar<T> (this IFoo<T>, string) Mono.DocTest.Generic.IFoo`1 extension method staticToDouble<T> (this T) : double Mono.DocTest.Generic.IFoo`1 extension method. staticToEnumerable<T> (this T) : IEnumerable<T> System.Object extension method
⊟ MyList Constructor
Documentation for this section has not yet been entered.
public MyList ()⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ Add Method
Documentation for this section has not yet been entered.
public void Add (A item)⊟ Parameters
- item
- The item to add.
⊟ Remarks
M:Mono.DocTest.MyList`2.Add(`0).⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ Clear Method
Documentation for this section has not yet been entered.
public void Clear ()⊟ Remarks
M:Mono.DocTest.MyList`2.Clear.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ Contains Method
Documentation for this section has not yet been entered.
public bool Contains (A item)⊟ Parameters
- item
- The item to check for
⊟ Returns
A bool instance (false).⊟ Remarks
M:Mono.DocTest.MyList`2.Contains(`0).⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ CopyTo Method
Documentation for this section has not yet been entered.
⊟ Parameters
- array
- Documentation for this section has not yet been entered.
- arrayIndex
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ Count Property
Documentation for this section has not yet been entered.
public int Count { get; }⊟ Value
A int.⊟ Remarks
P:Mono.DocTest.MyList`2.Count.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ Current Property
Documentation for this section has not yet been entered.
public A Current { get; }⊟ Value
The current value.⊟ Remarks
P:Mono.DocTest.MyList`2.Current.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ Dispose Method
Documentation for this section has not yet been entered.
public void Dispose ()⊟ Remarks
M:Mono.DocTest.MyList`2.Dispose.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ GetEnumerator Method
Documentation for this section has not yet been entered.
public List<A>.Enumerator GetEnumerator ()⊟ Returns
A List<`0>.Enumerator.⊟ Remarks
M:Mono.DocTest.MyList`2.GetEnumerator.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ IsReadOnly Property
Documentation for this section has not yet been entered.
public bool IsReadOnly { get; }⊟ Value
A bool.⊟ Remarks
P:Mono.DocTest.MyList`2.IsReadOnly.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ Mono.DocTest.Generic.IFoo<A>.Method<U> Generic Method
Documentation for this section has not yet been entered.
A Mono.DocTest.Generic.IFoo<U> (A a, U u)⊟ Type Parameters
- U
- Documentation for this section has not yet been entered.
⊟ Parameters
- a
- Documentation for this section has not yet been entered.
- u
- Documentation for this section has not yet been entered.
⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ MoveNext Method
Documentation for this section has not yet been entered.
public bool MoveNext ()⊟ Returns
bool⊟ Remarks
M:Mono.DocTest.MyList`2.MoveNext.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ Remove Method
Documentation for this section has not yet been entered.
public bool Remove (A item)⊟ Parameters
- item
- the item to remove
⊟ Returns
Whether the item was removed.⊟ Remarks
M:Mono.DocTest.MyList`2.Remove(`0).⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ Reset Method
Documentation for this section has not yet been entered.
public void Reset ()⊟ Remarks
M:Mono.DocTest.MyList`2.Reset.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ System.Collections.Generic.IEnumerable<A>.GetEnumerator Method
Documentation for this section has not yet been entered.
IEnumerator<A> System.Collections.Generic.IEnumerable<A>.GetEnumerator ()⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ System.Collections.Generic.IEnumerator<A>.Current Property
Documentation for this section has not yet been entered.
A System.Collections.Generic.IEnumerator<A>.Current { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ System.Collections.IEnumerable.GetEnumerator Method
Documentation for this section has not yet been entered.
IEnumerator System.Collections.IEnumerable.GetEnumerator ()⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
⊟ System.Collections.IEnumerator.Current Property
Documentation for this section has not yet been entered.
object System.Collections.IEnumerator.Current { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0