Méthode | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
CompareTo ( object obj ) : int |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
|
|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
GetObjectData ( |
Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
|
|
RmAttributeName ( String name ) : System |
Constructor.
|
|
RmAttributeName ( String name, |
Constructor.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
|
operator ( ) : bool |
The operator !=.
|
Méthode | Description | |
---|---|---|
RmAttributeName ( |
Serialization constructor.
|
Méthode | Description | |
---|---|---|
ComputeKey ( ) : void |
public CompareTo ( object obj ) : int | ||
obj | object | An object to compare with this instance. |
Résultat | int |
public Equals ( object obj ) : bool | ||
obj | object | The |
Résultat | bool |
public GetObjectData ( |
||
info | The |
|
context | The destination (see |
|
Résultat | void |
protected RmAttributeName ( |
||
info | Stores all the data needed to serialize or deserialize an object. | |
context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. | |
Résultat | System |
public RmAttributeName ( String name ) : System | ||
name | String | The name. |
Résultat | System |
public RmAttributeName ( String name, |
||
name | String | The name. |
culture | The culture. | |
Résultat | System |