AdvisableCollection<T>.Clear Method |
Removes all items from the ICollection<T>.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 5.0.55.0 (5.0.55.0)


Exception | Condition |
---|---|
NotSupportedException | The ICollection<T> is read-only. |
