|
| | PropertyDescriptorCollection (PropertyDescriptor[] properties) |
| |
| | PropertyDescriptorCollection (PropertyDescriptor[] properties, bool readOnly) |
| |
| int | Add (PropertyDescriptor value) |
| |
| void | Clear () |
| |
| bool | Contains (PropertyDescriptor value) |
| |
| void | CopyTo (Array array, int index) |
| |
| virtual PropertyDescriptor | Find (string name, bool ignoreCase) |
| |
| int | IndexOf (PropertyDescriptor value) |
| |
| void | Insert (int index, PropertyDescriptor value) |
| |
| void | Remove (PropertyDescriptor value) |
| |
| void | RemoveAt (int index) |
| |
| virtual PropertyDescriptorCollection | Sort () |
| |
| virtual PropertyDescriptorCollection | Sort (string[] names) |
| |
| virtual PropertyDescriptorCollection | Sort (string[] names, IComparer comparer) |
| |
| virtual PropertyDescriptorCollection | Sort (IComparer comparer) |
| |
| virtual IEnumerator | GetEnumerator () |
| |
| void | Add (T item) |
| |
| bool | Contains (T item) |
| |
| void | CopyTo (T[] array, int arrayIndex) |
| |
| bool | Remove (T item) |
| |
| int | IndexOf (T item) |
| |
| void | Insert (int index, T item) |
| |
| bool | ContainsKey (TKey key) |
| |
| void | Add (TKey key, TValue value) |
| |
| void | Add (T item) |
| |
| bool | Remove (TKey key) |
| |
| bool | Remove (T item) |
| |
| bool | TryGetValue (TKey key, out TValue value) |
| |
| bool | Contains (T item) |
| |
| void | CopyTo (T[] array, int arrayIndex) |
| |
|
| int | Count [get, set, private set] |
| |
| virtual PropertyDescriptor | this[int index] [get, set] |
| |
| virtual PropertyDescriptor | this[string name] [get, set] |
| |
| bool System.Collections.ICollection. | IsSynchronized [get, set] |
| |
| object System.Collections.ICollection. | SyncRoot [get, set] |
| |
| int System.Collections.ICollection. | Count [get, set] |
| |
| bool System.Collections.IDictionary. | IsFixedSize [get, set] |
| |
| bool System.Collections.IDictionary. | IsReadOnly [get, set] |
| |
| object System.Collections.IDictionary. | Item [get, set] |
| |
| ICollection System.Collections.IDictionary. | Keys [get, set] |
| |
| ICollection System.Collections.IDictionary. | Values [get, set] |
| |
| bool System.Collections.IList. | IsReadOnly [get, set] |
| |
| bool System.Collections.IList. | IsFixedSize [get, set] |
| |
| object System.Collections.IList. | Item [get, set] |
| |
| TValue | this[TKey key] [get, set] |
| |
The documentation for this class was generated from the following file: