Property | Type | Description | |
---|---|---|---|
EnsurePropsOwned | void | ||
EnsureSize | void | ||
IDictionary | IDictionaryEnumerator | ||
IDictionary | bool | ||
IDictionary | void | ||
IDictionary | void | ||
IDictionary | void | ||
IEnumerable | IEnumerator | ||
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
IList | void | ||
IList | void | ||
PropertyDescriptorCollection | System.Diagnostics.CodeAnalysis | ||
this | objectIDictionary.System.Diagnostics.CodeAnalysis | ||
this | objectIList.System.Diagnostics.CodeAnalysis |
Method | Description | |
---|---|---|
Add ( |
||
Clear ( ) : void | ||
Contains ( |
||
CopyTo ( |
||
Find ( string name, bool ignoreCase ) : |
||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( |
||
Insert ( int index, |
||
PropertyDescriptorCollection ( |
||
PropertyDescriptorCollection ( |
||
Remove ( |
||
RemoveAt ( int index ) : void | ||
Sort ( ) : |
||
Sort ( IComparer comparer ) : |
||
Sort ( string names ) : |
||
Sort ( string names, IComparer comparer ) : |
||
this ( int index ) : PropertyDescriptor | ||
this ( string name ) : PropertyDescriptor |
Method | Description | |
---|---|---|
InternalSort ( IComparer sorter ) : void | ||
InternalSort ( string names ) : void |
Method | Description | |
---|---|---|
EnsurePropsOwned ( ) : void | ||
EnsureSize ( int sizeNeeded ) : void | ||
IDictionary ( ) : IDictionaryEnumerator | ||
IDictionary ( object key ) : bool | ||
IDictionary ( ) : void | ||
IDictionary ( object key ) : void | ||
IDictionary ( object key, object value ) : void | ||
IEnumerable ( ) : IEnumerator | ||
IList ( object value ) : bool | ||
IList ( object value ) : int | ||
IList ( ) : void | ||
IList ( int index ) : void | ||
IList ( int index, object value ) : void | ||
IList ( object value ) : void | ||
PropertyDescriptorCollection ( |
||
this ( object key ) : objectIDictionary.System.Diagnostics.CodeAnalysis | ||
this ( int index ) : objectIList.System.Diagnostics.CodeAnalysis |
public Add ( |
||
value | ||
return | int |
public Contains ( |
||
value | ||
return | bool |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public Find ( string name, bool ignoreCase ) : |
||
name | string | |
ignoreCase | bool | |
return |
public IndexOf ( |
||
value | ||
return | int |
public Insert ( int index, |
||
index | int | |
value | ||
return | void |
protected InternalSort ( IComparer sorter ) : void | ||
sorter | IComparer | |
return | void |
protected InternalSort ( string names ) : void | ||
names | string | |
return | void |
public PropertyDescriptorCollection ( |
||
properties | ||
return | System.Diagnostics.CodeAnalysis |
public PropertyDescriptorCollection ( |
||
properties | ||
readOnly | bool | |
return | System.Diagnostics.CodeAnalysis |
public Remove ( |
||
value | ||
return | void |
public Sort ( ) : |
||
return |
public Sort ( IComparer comparer ) : |
||
comparer | IComparer | |
return |
public Sort ( string names ) : |
||
names | string | |
return |
public Sort ( string names, IComparer comparer ) : |
||
names | string | |
comparer | IComparer | |
return |
public this ( int index ) : PropertyDescriptor | ||
index | int | |
return | PropertyDescriptor |
public this ( string name ) : PropertyDescriptor | ||
name | string | |
return | PropertyDescriptor |