ProxyAddressBaseCollection<T> Members
Include Protected Members
Include Inherited Members
The ProxyAddressBaseCollection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProxyAddressBaseCollection<T>() | ||
ProxyAddressBaseCollection<T>(Hashtable) | ||
ProxyAddressBaseCollection<T>(ICollection) | ||
ProxyAddressBaseCollection<T>(Object) |
Top
Properties
Name | Description | |
---|---|---|
AutoPromotionDisabled | ||
Changed | (Inherited from MultiValuedProperty<T>.) | |
Count | (Inherited from MultiValuedProperty<T>.) | |
IsChangesOnlyCopy | (Inherited from MultiValuedProperty<T>.) | |
IsReadOnly | (Inherited from MultiValuedProperty<T>.) | |
IsSynchronized | (Inherited from MultiValuedProperty<T>.) | |
Item | (Inherited from MultiValuedProperty<T>.) | |
SyncRoot | (Inherited from MultiValuedProperty<T>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from MultiValuedProperty<T>.) | |
IList.Contains | (Inherited from MultiValuedProperty<T>.) | |
IEnumerable<T>.GetEnumerator | (Inherited from MultiValuedProperty<T>.) | |
IEnumerable.GetEnumerator | (Inherited from MultiValuedProperty<T>.) | |
IList.IndexOf | (Inherited from MultiValuedProperty<T>.) | |
IList.Insert | (Inherited from MultiValuedProperty<T>.) | |
IList.IsFixedSize | (Inherited from MultiValuedProperty<T>.) | |
IList.Item | (Inherited from MultiValuedProperty<T>.) | |
IList.Remove | (Inherited from MultiValuedProperty<T>.) |
Top