RdlCollection<T> Members
Include Protected Members
Include Inherited Members
Represents an RDL collection.
The RdlCollection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RdlCollection<T>() | Initializes a new instance of the RdlCollection<T> class. |
![]() |
RdlCollection<T>(IEnumerable<T>) | Infrastructure. |
![]() |
RdlCollection<T>(IContainedObject) | Initializes a new instance of the RdlCollection<T> class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from Collection<T>.) |
![]() |
Item[Int32] | (Inherited from Collection<T>.) |
![]() |
Items | (Inherited from Collection<T>.) |
![]() |
Parent | The parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add(Object) | (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Item[Int32] | (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Contains(Object) | (Inherited from Collection<T>.) |
![]() ![]() |
ICollection.CopyTo(Array, Int32) | (Inherited from Collection<T>.) |
![]() ![]() |
IEnumerable.GetEnumerator() | (Inherited from Collection<T>.) |
![]() ![]() |
IList.IndexOf(Object) | (Inherited from Collection<T>.) |
![]() ![]() |
IList.Insert(Int32, Object) | (Inherited from Collection<T>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<T>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<T>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<T>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<T>.) |
![]() ![]() |
IList.Remove(Object) | (Inherited from Collection<T>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from Collection<T>.) |
Top