2014-08-13 10:39:27 +01:00
< html >
< head >
< title > Mono.DocTest.Generic.MyList< A,B> < / title >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< style >
a { text-decoration: none }
div.SideBar {
padding-left: 1em;
padding-right: 1em;
right: 0;
float: right;
border: thin solid black;
background-color: #f2f2f2;
}
.CollectionTitle { font-weight: bold }
.PageTitle { font-size: 150%; font-weight: bold }
.Summary { }
.Signature { }
.Remarks { }
.Members { }
.Copyright { }
.Section { font-size: 125%; font-weight: bold }
p.Summary {
margin-left: 1em;
}
.SectionBox { margin-left: 2em }
.NamespaceName { font-size: 105%; font-weight: bold }
.NamespaceSumary { }
.MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
.Subsection { font-size: 105%; font-weight: bold }
.SubsectionBox { margin-left: 2em; margin-bottom: 1em }
.CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
.TypesListing {
border-collapse: collapse;
}
td {
vertical-align: top;
}
th {
text-align: left;
}
.TypesListing td {
margin: 0px;
padding: .25em;
border: solid gray 1px;
}
.TypesListing th {
margin: 0px;
padding: .25em;
background-color: #f2f2f2;
border: solid gray 1px;
}
div.Footer {
border-top: 1px solid gray;
margin-top: 1.5em;
padding-top: 0.6em;
text-align: center;
color: gray;
}
span.NotEntered /* Documentation for this section has not yet been entered */ {
font-style: italic;
color: red;
}
div.Header {
background: #B0C4DE;
border: double;
border-color: white;
border-width: 7px;
padding: 0.5em;
}
div.Header * {
font-size: smaller;
}
div.Note {
}
i.ParamRef {
}
i.subtitle {
}
ul.TypeMembersIndex {
text-align: left;
background: #F8F8F8;
}
ul.TypeMembersIndex li {
display: inline;
margin: 0.5em;
}
table.HeaderTable {
}
table.SignatureTable {
}
table.Documentation, table.Enumeration, table.TypeDocumentation {
border-collapse: collapse;
width: 100%;
}
table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
background: whitesmoke;
padding: 0.8em;
border: 1px solid gray;
text-align: left;
vertical-align: bottom;
}
table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
padding: 0.5em;
border: 1px solid gray;
text-align: left;
vertical-align: top;
}
table.TypeMembers {
border: 1px solid #C0C0C0;
width: 100%;
}
table.TypeMembers tr td {
background: #F8F8F8;
border: white;
}
table.Documentation {
}
table.TypeMembers {
}
div.CodeExample {
width: 100%;
border: 1px solid #DDDDDD;
background-color: #F8F8F8;
}
div.CodeExample p {
margin: 0.5em;
border-bottom: 1px solid #DDDDDD;
}
div.CodeExample div {
margin: 0.5em;
}
h4 {
margin-bottom: 0;
}
div.Signature {
border: 1px solid #C0C0C0;
background: #F2F2F2;
padding: 1em;
}
< / style >
< script type = "text/JavaScript" >
function toggle_display (block) {
var w = document.getElementById (block);
var t = document.getElementById (block + ":toggle");
if (w.style.display == "none") {
w.style.display = "block";
t.innerHTML = "⊟";
} else {
w.style.display = "none";
t.innerHTML = "⊞";
}
}
< / script >
< / head >
< body >
< div class = "CollectionTitle" >
< a href = "../index.html" > DocTest< / a > : < a href = "index.html" > Mono.DocTest.Generic Namespace< / a > < / div >
< div class = "SideBar" >
< p >
< a href = "#T:Mono.DocTest.Generic.MyList`2" > Overview< / a >
< / p >
< p >
< a href = "#T:Mono.DocTest.Generic.MyList`2:Signature" > Signature< / a >
< / p >
< p >
< a href = "#T:Mono.DocTest.Generic.MyList`2:Docs" > Remarks< / a >
< / p >
< p >
< a href = "#Members" > Members< / a >
< / p >
< p >
< a href = "#T:Mono.DocTest.Generic.MyList`2:Members" > Member Details< / a >
< / p >
< / div >
< h1 class = "PageTitle" id = "T:Mono.DocTest.Generic.MyList`2" > MyList< A,B> Generic Class< / h1 >
< p class = "Summary" id = "T:Mono.DocTest.Generic.MyList`2:Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
< div >
< h2 > Syntax< / h2 >
< div class = "Signature" id = "T:Mono.DocTest.Generic.MyList`2:Signature" > public class < b > MyList< A, B> < / b > : < a href = "../Mono.DocTest.Generic/GenericBase`1.html" > GenericBase< Dictionary< A, B> > < / a > , < a href = "../Mono.DocTest.Generic/IFoo`1.html" > IFoo< A> < / a > , < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.ICollection`1" > ICollection< A> < / a > , < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1" > IEnumerable< A> < / a > , < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1" > IEnumerator< A> < / a > < br / > where A : class, < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IList`1" > IList< B> < / a > , new()< br / > where B : class, < i title = "Ako generic param" > A< / i > < / div >
< / div >
< div class = "Remarks" id = "T:Mono.DocTest.Generic.MyList`2:Docs" >
< h4 class = "Subsection" > Type Parameters< / h4 >
< blockquote class = "SubsectionBox" id = "T:Mono.DocTest.Generic.MyList`2:Docs:Type Parameters" >
< dl >
< dt >
< i > A< / i >
< / dt >
< dd > Ako generic param< / dd >
< dt >
< i > B< / i >
< / dt >
< dd > Bko generic param< / dd >
< / dl >
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "T:Mono.DocTest.Generic.MyList`2:Docs:Remarks" >
< tt > T:Mono.DocTest.MyList`2< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "T:Mono.DocTest.Generic.MyList`2:Docs:Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< h2 class = "Section" id = "Members" > Members< / h2 >
< div class = "SectionBox" id = "_Members" >
< p >
See Also: Inherited members from
< a href = "../Mono.DocTest.Generic/GenericBase`1.html" > GenericBase< Dictionary< A, B> > < / a > .
< / p >
< h2 class = "Section" > Public Constructors< / h2 >
< div class = "SectionBox" id = "Public Constructors" >
< div class = "SubsectionBox" >
< table class = "TypeMembers" >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td >
< div >
< b >
< a href = "#C:Mono.DocTest.Generic.MyList`2()" > MyList< / a >
< / b > ()< / div >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
< / tr >
< / table >
< / div >
< / div >
< h2 class = "Section" > Public Fields< / h2 >
< div class = "SectionBox" id = "Public Fields" >
< div class = "SubsectionBox" >
< table class = "TypeMembers" >
< tr valign = "top" >
< td >
< div > const < / div >
< / td >
< td >
< b >
< a href = "../Mono.DocTest.Generic/GenericBase`1.html#F:Mono.DocTest.Generic.GenericBase`1.ConstField1" > ConstField1< / a >
< / b >
< / td >
< td >
< i >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a >
< / i > . < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > (< i > Inherited from < a href = "../Mono.DocTest.Generic/GenericBase`1.html" > GenericBase< U> < / a > .< / i > )< / td >
< / tr >
< / table >
< / div >
< / div >
< h2 class = "Section" > Public Properties< / h2 >
< div class = "SectionBox" id = "Public Properties" >
< div class = "SubsectionBox" >
< table class = "TypeMembers" >
< tr valign = "top" >
< td > [read-only]< div > < / div > < / td >
< td >
< b >
< a href = "#P:Mono.DocTest.Generic.MyList`2.Count" > Count< / a >
< / b >
< / td >
< td >
< i >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a >
< / i > . < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / td >
< / tr >
< tr valign = "top" >
< td > [read-only]< div > < / div > < / td >
< td >
< b >
< a href = "#P:Mono.DocTest.Generic.MyList`2.Current" > Current< / a >
< / b >
< / td >
< td >
< i >
< i title = "Ako generic param" > A< / i >
< / i > . < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / td >
< / tr >
< / table >
< / div >
< / div >
< h2 class = "Section" > Public Methods< / h2 >
< div class = "SectionBox" id = "Public Methods" >
< div class = "SubsectionBox" >
< table class = "TypeMembers" >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td colspan = "2" >
< b >
< a href = "../Mono.DocTest.Generic/GenericBase`1.html#M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)" > BaseMethod< S> < / a >
< / b > (< i title = "Insert more text here." > S< / i > )< nobr > : < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2" > Dictionary< A, B> < / a > < / nobr > < blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > (< i > Inherited from < a href = "../Mono.DocTest.Generic/GenericBase`1.html" > GenericBase< U> < / a > .< / i > )< / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td colspan = "2" >
< b >
< a href = "#M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32)" > CopyTo< / a >
< / b > (< i title = "Ako generic param" > A< / i > [], < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a > )< blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td colspan = "2" >
< b >
< a href = "#M:Mono.DocTest.Generic.MyList`2.Dispose()" > Dispose< / a >
< / b > ()< blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td colspan = "2" >
< b >
< a href = "#M:Mono.DocTest.Generic.MyList`2.Foo()" > Foo< / a >
< / b > ()< nobr > : < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.KeyValuePair`2" > KeyValuePair< IEnumerable< A> , IEnumerable< B> > < / a > < / nobr > < blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td colspan = "2" >
< b >
< a href = "#M:Mono.DocTest.Generic.MyList`2.GetEnumerator()" > GetEnumerator< / a >
< / b > ()< nobr > : < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1.Enumerator" > List< A> .Enumerator< / a > < / nobr > < blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td colspan = "2" >
< b >
< a href = "#M:Mono.DocTest.Generic.MyList`2.MoveNext()" > MoveNext< / a >
< / b > ()< nobr > : < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a > < / nobr > < blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td colspan = "2" >
< b >
< a href = "#M:Mono.DocTest.Generic.MyList`2.Reset()" > Reset< / a >
< / b > ()< blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / blockquote > < / td >
< / tr >
< / table >
< / div >
< / div >
< h2 class = "Section" > Public Events< / h2 >
< div class = "SectionBox" id = "Public Events" >
< div class = "SubsectionBox" >
< table class = "TypeMembers" >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td >
< b >
< a href = "../Mono.DocTest.Generic/GenericBase`1.html#E:Mono.DocTest.Generic.GenericBase`1.ItemChanged" > ItemChanged< / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > (< i > Inherited from < a href = "../Mono.DocTest.Generic/GenericBase`1.html" > GenericBase< U> < / a > .< / i > )< / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td >
< b >
< a href = "../Mono.DocTest.Generic/GenericBase`1.html#E:Mono.DocTest.Generic.GenericBase`1.MyEvent" > MyEvent< / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > (< i > Inherited from < a href = "../Mono.DocTest.Generic/GenericBase`1.html" > GenericBase< U> < / a > .< / i > )< / td >
< / tr >
< / table >
< / div >
< / div >
< h2 class = "Section" > Explicitly Implemented Interface Members< / h2 >
< div class = "SectionBox" id = "Explicitly Implemented Interface Members" >
< div class = "SubsectionBox" >
< table class = "TypeMembers" >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td >
< a href = "#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0)" >
< b > ICollection< A> .Add< / b >
< / a >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td >
< a href = "#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear()" >
< b > ICollection< A> .Clear< / b >
< / a >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td >
< a href = "#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0)" >
< b > ICollection< A> .Contains< / b >
< / a >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
< / tr >
< tr valign = "top" >
< td > [read-only]< div > < / div > < / td >
< td >
< a href = "#P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current" >
< b > IEnumerator< A> .Current< / b >
< / a >
< / td >
< td >
< i >
< i title = "Ako generic param" > A< / i >
< / i > . < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / td >
< / tr >
< tr valign = "top" >
< td > [read-only]< div > < / div > < / td >
< td >
< a href = "#P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current" >
< b > IEnumerator.Current< / b >
< / a >
< / td >
< td >
< i >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object" > object< / a >
< / i > . < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td >
< a href = "#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator()" >
< b > IEnumerable< A> .GetEnumerator< / b >
< / a >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td >
< a href = "#M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator()" >
< b > IEnumerable.GetEnumerator< / b >
< / a >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
< / tr >
< tr valign = "top" >
< td > [read-only]< div > < / div > < / td >
< td >
< a href = "#P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly" >
< b > ICollection< A> .IsReadOnly< / b >
< / a >
< / td >
< td >
< i >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a >
< / i > . < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td >
< a href = "#M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0)" >
< b > Mono.DocTest.Generic.IFoo< A> .Method< U> < / b >
< / a >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
< / tr >
< tr valign = "top" >
< td >
< div >
< / div >
< / td >
< td >
< a href = "#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0)" >
< b > ICollection< A> .Remove< / b >
< / a >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
< / tr >
< / table >
< / div >
< / div >
< h2 class = "Section" > Extension Methods< / h2 >
< div class = "SectionBox" id = "Extension Methods" >
< div class = "SubsectionBox" >
< table class = "TypeMembers" >
< tr valign = "top" >
< td >
< div > static < / div >
< / td >
< td colspan = "2" >
< b >
< a href = "../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)" > Bar< T> < / a >
< / b > (< i > this< / i > < a href = "../Mono.DocTest.Generic/IFoo`1.html" > IFoo< T> < / a > , < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String" > string< / a > )< blockquote > < a href = "../Mono.DocTest.Generic/IFoo`1.html" > Mono.DocTest.Generic.IFoo`1< / a > extension method< / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
< div > static < / div >
< / td >
< td colspan = "2" >
< b >
< a href = "../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})" > ForEach< T> < / a >
< / b > (< i > this< / i > < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1" > IEnumerable< T> < / a > , < a href = "../System/Action`1.html" > Action< T> < / a > )< blockquote > < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1" > IEnumerable`1< / a > extension method< / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
< div > static < / div >
< / td >
< td colspan = "2" >
< b >
< a href = "../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})" > ToDouble< / a >
2016-02-22 11:00:01 -05:00
< / b > (< i > this< / i > < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1" > IEnumerable< int> < / a > )< nobr > : < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1" > IEnumerable< double> < / a > < / nobr > < blockquote > < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1" > IEnumerable< int> < / a >
extension method.
< / blockquote > < / td >
2014-08-13 10:39:27 +01:00
< / tr >
< tr valign = "top" >
< td >
< div > static < / div >
< / td >
< td colspan = "2" >
< b >
< a href = "../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)" > ToDouble< T> < / a >
< / b > (< i > this< / i > < i title = "To be added." > T< / i > )< nobr > : < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double" > double< / a > < / nobr > < blockquote > < a href = "../Mono.DocTest.Generic/IFoo`1.html" > Mono.DocTest.Generic.IFoo`1< / a > extension method.
2016-02-22 11:00:01 -05:00
< / blockquote > < / td >
2014-08-13 10:39:27 +01:00
< / tr >
< tr valign = "top" >
< td >
< div > static < / div >
< / td >
< td colspan = "2" >
< b >
< a href = "../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)" > ToEnumerable< T> < / a >
< / b > (< i > this< / i > < i title = "To be added." > T< / i > )< nobr > : < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1" > IEnumerable< T> < / a > < / nobr > < blockquote > < tt > System.Object< / tt > extension method< / blockquote > < / td >
< / tr >
< / table >
< / div >
< / div >
< / div >
< / div >
< div class = "Members" id = "T:Mono.DocTest.Generic.MyList`2:Members" >
< h2 class = "Section" id = "MemberDetails" > Member Details< / h2 >
< div class = "SectionBox" id = "_MemberDetails" >
< h3 id = "C:Mono.DocTest.Generic.MyList`2()" > MyList Constructor< / h3 >
< blockquote id = "C:Mono.DocTest.Generic.MyList`2():member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < b > MyList< / b > ()< / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "C:Mono.DocTest.Generic.MyList`2():Remarks" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "C:Mono.DocTest.Generic.MyList`2():Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32)" > CopyTo Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void" > void< / a > < b > CopyTo< / b > (< i title = "Ako generic param" > A< / i > [] array, < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a > arrayIndex)< / div >
< h4 class = "Subsection" > Parameters< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Parameters" >
< dl >
< dt >
< i > array< / i >
< / dt >
< dd > Where to copy elements to< / dd >
< dt >
< i > arrayIndex< / i >
< / dt >
< dd > Where to start copyingto< / dd >
< / dl >
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Remarks" >
< tt > M:Mono.DocTest.MyList`2.CopyTo(`0[],System.Int32)< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "P:Mono.DocTest.Generic.MyList`2.Count" > Count Property< / h3 >
< blockquote id = "P:Mono.DocTest.Generic.MyList`2.Count:member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a > < b > Count< / b > { get; }< / div >
< h4 class = "Subsection" > Value< / h4 >
< blockquote class = "SubsectionBox" id = "P:Mono.DocTest.Generic.MyList`2.Count:Value" > A < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a > .< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "P:Mono.DocTest.Generic.MyList`2.Count:Remarks" >
< tt > P:Mono.DocTest.MyList`2.Count< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "P:Mono.DocTest.Generic.MyList`2.Count:Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "P:Mono.DocTest.Generic.MyList`2.Current" > Current Property< / h3 >
< blockquote id = "P:Mono.DocTest.Generic.MyList`2.Current:member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < i title = "Ako generic param" > A< / i > < b > Current< / b > { get; }< / div >
< h4 class = "Subsection" > Value< / h4 >
< blockquote class = "SubsectionBox" id = "P:Mono.DocTest.Generic.MyList`2.Current:Value" > The current value.< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "P:Mono.DocTest.Generic.MyList`2.Current:Remarks" >
< tt > P:Mono.DocTest.MyList`2.Current< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "P:Mono.DocTest.Generic.MyList`2.Current:Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.Dispose()" > Dispose Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.Dispose():member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void" > void< / a > < b > Dispose< / b > ()< / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Dispose():Remarks" >
< tt > M:Mono.DocTest.MyList`2.Dispose< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Dispose():Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.Foo()" > Foo Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.Foo():member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.KeyValuePair`2" > KeyValuePair< IEnumerable< A> , IEnumerable< B> > < / a > < b > Foo< / b > ()< / div >
< h4 class = "Subsection" > Returns< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Foo():Returns" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Foo():Remarks" > M:Mono.DocTest.Generic.MyList`2.Foo< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Foo():Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.GetEnumerator()" > GetEnumerator Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.GetEnumerator():member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1.Enumerator" > List< A> .Enumerator< / a > < b > GetEnumerator< / b > ()< / div >
< h4 class = "Subsection" > Returns< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.GetEnumerator():Returns" > A < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1.Enumerator" > List< `0> .Enumerator< / a > .< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.GetEnumerator():Remarks" >
< tt > M:Mono.DocTest.MyList`2.GetEnumerator< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.GetEnumerator():Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0)" > Mono.DocTest.Generic.IFoo< A> .Method< U> Generic Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" >
< i title = "Ako generic param" > A< / i > < b > Mono.DocTest.Generic.IFoo< U> < / b > (< i title = "Ako generic param" > A< / i > a, < i title = "U generic param on MyList`2" > U< / i > u)< / div >
< h4 class = "Subsection" > Type Parameters< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Type Parameters" >
< dl >
< dt >
< i > U< / i >
< / dt >
< dd > U generic param on MyList`2< / dd >
< / dl >
< / blockquote >
< h4 class = "Subsection" > Parameters< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Parameters" >
< dl >
< dt >
< i > a< / i >
< / dt >
< dd >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / dd >
< dt >
< i > u< / i >
< / dt >
< dd >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / dd >
< / dl >
< / blockquote >
< h4 class = "Subsection" > Returns< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Returns" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Remarks" >
< tt > M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo{A}#Method``1(`0,``0)< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.MoveNext()" > MoveNext Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.MoveNext():member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a > < b > MoveNext< / b > ()< / div >
< h4 class = "Subsection" > Returns< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.MoveNext():Returns" >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a >
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.MoveNext():Remarks" >
< tt > M:Mono.DocTest.MyList`2.MoveNext< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.MoveNext():Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.Reset()" > Reset Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.Reset():member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void" > void< / a > < b > Reset< / b > ()< / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Reset():Remarks" >
< tt > M:Mono.DocTest.MyList`2.Reset< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.Reset():Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0)" > System.Collections.Generic.ICollection< A> .Add Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void" > void< / a > < b > System.Collections.Generic.ICollection< A> .Add< / b > (< i title = "Ako generic param" > A< / i > item)< / div >
< h4 class = "Subsection" > Parameters< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Parameters" >
< dl >
< dt >
< i > item< / i >
< / dt >
< dd > The item to add.< / dd >
< / dl >
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Remarks" >
< tt > M:Mono.DocTest.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0)< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear()" > System.Collections.Generic.ICollection< A> .Clear Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear():member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void" > void< / a > < b > System.Collections.Generic.ICollection< A> .Clear< / b > ()< / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear():Remarks" >
< tt > M:Mono.DocTest.MyList`2.System#Collections#Generic#ICollection{A}#Clear< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear():Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0)" > System.Collections.Generic.ICollection< A> .Contains Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a > < b > System.Collections.Generic.ICollection< A> .Contains< / b > (< i title = "Ako generic param" > A< / i > item)< / div >
< h4 class = "Subsection" > Parameters< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Parameters" >
< dl >
< dt >
< i > item< / i >
< / dt >
< dd > The item to check for< / dd >
< / dl >
< / blockquote >
< h4 class = "Subsection" > Returns< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Returns" > A < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a > instance (< tt > false< / tt > ).< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Remarks" >
< tt > M:Mono.DocTest.MyList`2.System#Collections#Generic#ICollection{A}.Contains(`0)< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly" > System.Collections.Generic.ICollection< A> .IsReadOnly Property< / h3 >
< blockquote id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a > < b > System.Collections.Generic.ICollection< A> .IsReadOnly< / b > { get; }< / div >
< h4 class = "Subsection" > Value< / h4 >
< blockquote class = "SubsectionBox" id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Value" > A < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a > .< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Remarks" >
< tt > P:Mono.DocTest.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0)" > System.Collections.Generic.ICollection< A> .Remove Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a > < b > System.Collections.Generic.ICollection< A> .Remove< / b > (< i title = "Ako generic param" > A< / i > item)< / div >
< h4 class = "Subsection" > Parameters< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Parameters" >
< dl >
< dt >
< i > item< / i >
< / dt >
< dd > the item to remove< / dd >
< / dl >
< / blockquote >
< h4 class = "Subsection" > Returns< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Returns" > Whether the item was removed.< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Remarks" >
< tt > M:Mono.DocTest.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0)< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator()" > System.Collections.Generic.IEnumerable< A> .GetEnumerator Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1" > IEnumerator< A> < / a > < b > System.Collections.Generic.IEnumerable< A> .GetEnumerator< / b > ()< / div >
< h4 class = "Subsection" > Returns< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():Returns" > A < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1" > IEnumerator< `0> < / a > .< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():Remarks" >
< tt > M:Mono.DocTest.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current" > System.Collections.Generic.IEnumerator< A> .Current Property< / h3 >
< blockquote id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" >
< i title = "Ako generic param" > A< / i > < b > System.Collections.Generic.IEnumerator< A> .Current< / b > { get; }< / div >
< h4 class = "Subsection" > Value< / h4 >
< blockquote class = "SubsectionBox" id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Value" > The current value.< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Remarks" >
< tt > P:Mono.DocTest.MyList`2.Current< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator()" > System.Collections.IEnumerable.GetEnumerator Method< / h3 >
< blockquote id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerator" > IEnumerator< / a > < b > System.Collections.IEnumerable.GetEnumerator< / b > ()< / div >
< h4 class = "Subsection" > Returns< / h4 >
< blockquote class = "SubsectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():Returns" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():Remarks" >
< tt > M:Mono.DocTest.MyList`2.System#Collections#GetEnumerator< / tt > .< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current" > System.Collections.IEnumerator.Current Property< / h3 >
< blockquote id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:member" >
< div class = "msummary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 > Syntax< / h2 >
< div class = "Signature" >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object" > object< / a > < b > System.Collections.IEnumerator.Current< / b > { get; }< / div >
< h4 class = "Subsection" > Value< / h4 >
< blockquote class = "SubsectionBox" id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Value" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Remarks" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Version Information" >
< b > Namespace: < / b > Mono.DocTest.Generic< br / > < b > Assembly: < / b > DocTest (in DocTest.dll)< br / > < b > Assembly Versions: < / b > 0.0.0.0< / div >
< hr size = "1" / >
< / blockquote >
< / div >
< / div >
< hr size = "1" / >
< div class = "Copyright" >
< / div >
< / body >
< / html >