Class EmbedEndList
Inheritance
System.Object
EmbedEndList
Implements
System.Collections.Generic.IEnumerable<
EmbedEnd>
System.Collections.IEnumerable
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class EmbedEndList : IEnumerable<EmbedEnd>, IEnumerable
Constructors
EmbedEndList()
Declaration
EmbedEndList(EmbedEndList)
Declaration
public EmbedEndList(EmbedEndList other)
Parameters
EmbedEndList(IEnumerable<EmbedEnd>)
Declaration
public EmbedEndList(IEnumerable<EmbedEnd> c)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<EmbedEnd> |
c |
|
EmbedEndList(IEnumerable)
Declaration
public EmbedEndList(IEnumerable c)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
c |
|
EmbedEndList(Int32)
Declaration
public EmbedEndList(int capacity)
Parameters
Type |
Name |
Description |
System.Int32 |
capacity |
|
Properties
Capacity
Declaration
public int Capacity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Type |
Description |
System.Boolean |
|
Item[Int32]
Declaration
public EmbedEnd this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Add(EmbedEnd)
Declaration
public void Add(EmbedEnd x)
Parameters
AddRange(EmbedEndList)
Declaration
public void AddRange(EmbedEndList values)
Parameters
Clear()
Declaration
CopyTo(EmbedEnd[])
Declaration
public void CopyTo(EmbedEnd[] array)
Parameters
CopyTo(EmbedEnd[], Int32)
Declaration
public void CopyTo(EmbedEnd[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
EmbedEnd[] |
array |
|
System.Int32 |
arrayIndex |
|
CopyTo(Int32, EmbedEnd[], Int32, Int32)
Declaration
public void CopyTo(int index, EmbedEnd[] array, int arrayIndex, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
EmbedEnd[] |
array |
|
System.Int32 |
arrayIndex |
|
System.Int32 |
count |
|
Finalize()
Declaration
protected void Finalize()
GetEnumerator()
Declaration
public EmbedEndList.EmbedEndListEnumerator GetEnumerator()
Returns
GetRange(Int32, Int32)
Declaration
public EmbedEndList GetRange(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
Returns
Insert(Int32, EmbedEnd)
Declaration
public void Insert(int index, EmbedEnd x)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
EmbedEnd |
x |
|
InsertRange(Int32, EmbedEndList)
Declaration
public void InsertRange(int index, EmbedEndList values)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
EmbedEndList |
values |
|
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
RemoveRange(Int32, Int32)
Declaration
public void RemoveRange(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
Repeat(EmbedEnd, Int32)
Declaration
public static EmbedEndList Repeat(EmbedEnd value, int count)
Parameters
Type |
Name |
Description |
EmbedEnd |
value |
|
System.Int32 |
count |
|
Returns
Reverse()
Declaration
Reverse(Int32, Int32)
Declaration
public void Reverse(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
SetRange(Int32, EmbedEndList)
Declaration
public void SetRange(int index, EmbedEndList values)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
EmbedEndList |
values |
|
ToArray()
Declaration
public EmbedEnd[] ToArray()
Returns
Explicit Interface Implementations
IEnumerable<EmbedEnd>.GetEnumerator()
Declaration
IEnumerator<EmbedEnd> IEnumerable<EmbedEnd>.GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<EmbedEnd> |
|
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable