Method | Description | |
---|---|---|
Add ( |
Adds the specified SchemaElement to the end of the SchemaElements collection.
|
|
AddRange ( |
Adds the elements in a collection of SchemaElements to the end of the SchemaElements.
|
|
Contains ( |
Checks whether a given schema element exists in the collection.
|
|
SchemaElements ( ) : System |
Initializes a new instance of a SchemaElements class.
|
|
this ( int index ) : |
Property indexer for the SchemaElements class. Gets or sets the value of a SchemaElement object at the specified zero-based index.
|
public Add ( |
||
value | The |
|
return | int |
public AddRange ( |
||
values | The SchemaElements collection to add to this collection. | |
return | int |
public Contains ( |
||
value | Reference to an instance of SchemaElement class to find. | |
return | bool |