Class XbimIPersistEntityCollection<TType>
Inheritance
System.Object
XbimIPersistEntityCollection<TType>
Implements
System.Collections.Generic.ICollection<TType>
System.Collections.Generic.IEnumerable<TType>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Presentation
Assembly: Xbim.Common.dll
Syntax
public class XbimIPersistEntityCollection<TType> : ICollection<TType>, IEnumerable<TType>, IEnumerable where TType : class, IPersistEntity
Type Parameters
| Name | Description |
|---|---|
| TType |
Properties
| Improve this Doc View SourceCount
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceAdd(TType)
Declaration
public void Add(TType item)
Parameters
| Type | Name | Description |
|---|---|---|
| TType | item |
Clear()
Declaration
public void Clear()
Contains(TType)
Declaration
public bool Contains(TType item)
Parameters
| Type | Name | Description |
|---|---|---|
| TType | item |
Returns
| Type | Description |
|---|---|
| System.Boolean |
CopyTo(TType[], Int32)
Declaration
public void CopyTo(TType[] array, int arrayIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| TType[] | array | |
| System.Int32 | arrayIndex |
GetEnumerator()
Declaration
public IEnumerator<TType> GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<TType> |
Remove(TType)
Declaration
public bool Remove(TType item)
Parameters
| Type | Name | Description |
|---|---|---|
| TType | item |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.IEnumerator |
Implements
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable