Свойство | Тип | Описание | |
---|---|---|---|
m_Parent |
Свойство | Тип | Описание | |
---|---|---|---|
IList | bool | ||
IList | int |
Метод | Описание | |
---|---|---|
Add ( |
Adds a PropertySpec to the end of the PropertySpecCollection.
|
|
AddRange ( |
Adds the elements of an array of PropertySpec objects to the end of the PropertySpecCollection.
|
|
Clear ( ) : void |
Removes all elements from the PropertySpecCollection.
|
|
Contains ( |
Determines whether a PropertySpec is in the PropertySpecCollection.
|
|
Contains ( string name ) : bool |
Determines whether a PropertySpec with the specified name is in the PropertySpecCollection.
|
|
CopyTo ( |
Copies the entire PropertySpecCollection to a compatible one-dimensional Array, starting at the beginning of the target array.
|
|
CopyTo ( |
Copies the PropertySpecCollection or a portion of it to a one-dimensional array.
|
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator that can iterate through the PropertySpecCollection.
|
|
IndexOf ( |
Searches for the specified PropertySpec and returns the zero-based index of the first occurrence within the entire PropertySpecCollection.
|
|
IndexOf ( string name ) : int |
Searches for the PropertySpec with the specified name and returns the zero-based index of the first occurrence within the entire PropertySpecCollection.
|
|
Insert ( int index, |
Inserts a PropertySpec object into the PropertySpecCollection at the specified index.
|
|
PropertySpecCollection ( |
Initializes a new instance of the PropertySpecCollection class.
|
|
Remove ( |
Removes the first occurrence of a specific object from the PropertySpecCollection.
|
|
Remove ( string name ) : void |
Removes the property with the specified name from the PropertySpecCollection.
|
|
RemoveAt ( int index ) : void |
Removes the object at the specified index of the PropertySpecCollection.
|
|
ToArray ( ) : AnimatGuiCtrls.Controls.PropertySpec[] |
Copies the elements of the PropertySpecCollection to a new PropertySpec array.
|
|
this ( int index ) : |
Gets or sets the element at the specified index. In C#, this property is the indexer for the PropertySpecCollection class.
|
Метод | Описание | |
---|---|---|
AddSecurityRange ( |
||
ICollection ( |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
IList ( int index, object value ) : void |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
IList ( object value ) : void |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
SecurityAllow ( |
||
this ( int index ) : objectIList.System |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
Метод | Описание | |
---|---|---|
IList ( object obj ) : bool |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
IList ( object value ) : int |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
public Add ( |
||
value | The PropertySpec to be added to the end of the PropertySpecCollection. | |
Результат | int |
public AddRange ( |
||
array | The PropertySpec array whose elements should be added to the end of the /// PropertySpecCollection. | |
Результат | void |
protected AddSecurityRange ( |
||
array | ||
Результат | void |
public Contains ( |
||
item | The PropertySpec to locate in the PropertySpecCollection. The element to locate /// can be a null reference (Nothing in Visual Basic). | |
Результат | bool |
public Contains ( string name ) : bool | ||
name | string | The name of the PropertySpec to locate in the PropertySpecCollection. |
Результат | bool |
public CopyTo ( |
||
array | The one-dimensional Array that is the destination of the elements copied /// from PropertySpecCollection. The Array must have zero-based indexing. | |
Результат | void |
public CopyTo ( |
||
array | The one-dimensional Array that is the destination of the elements copied /// from the collection. | |
index | int | The zero-based index in array at which copying begins. |
Результат | void |
protected ICollection ( |
||
array | ||
index | int | |
Результат | void |
protected IList ( int index, object value ) : void | ||
index | int | |
value | object | |
Результат | void |
public IndexOf ( |
||
value | The PropertySpec to locate in the PropertySpecCollection. | |
Результат | int |
public IndexOf ( string name ) : int | ||
name | string | The name of the PropertySpec to locate in the PropertySpecCollection. |
Результат | int |
public Insert ( int index, |
||
index | int | The zero-based index at which value should be inserted. |
value | The PropertySpec to insert. | |
Результат | void |
public PropertySpecCollection ( |
||
oParent | ||
Результат | System |
public Remove ( |
||
obj | The PropertySpec to remove from the PropertySpecCollection. | |
Результат | void |
public Remove ( string name ) : void | ||
name | string | The name of the PropertySpec to remove from the PropertySpecCollection. |
Результат | void |
public RemoveAt ( int index ) : void | ||
index | int | The zero-based index of the element to remove. |
Результат | void |
protected SecurityAllow ( |
||
value | ||
Результат | bool |
public ToArray ( ) : AnimatGuiCtrls.Controls.PropertySpec[] | ||
Результат | AnimatGuiCtrls.Controls.PropertySpec[] |
public this ( int index ) : |
||
index | int | The zero-based index of the element to get or set. |
Результат |
protected this ( int index ) : objectIList.System | ||
index | int | |
Результат | objectIList.System |