Свойство | Тип | Описание | |
---|---|---|---|
DeepCloneCore | ISarifNode | ||
ISarifNode | ISarifNode | ||
Init | void |
Метод | Описание | |
---|---|---|
DeepClone ( ) : |
Creates a deep copy of this instance.
|
|
Replacement ( ) : System |
Initializes a new instance of the Replacement class.
|
|
Replacement ( |
Initializes a new instance of the Replacement class from the specified instance.
|
|
Replacement ( int offset, int deletedLength, string insertedBytes ) : System |
Initializes a new instance of the Replacement class from the supplied values.
|
|
ValueEquals ( |
||
ValueGetHashCode ( ) : int |
Метод | Описание | |
---|---|---|
DeepCloneCore ( ) : ISarifNode | ||
ISarifNode ( ) : ISarifNode | ||
Init ( int offset, int deletedLength, string insertedBytes ) : void |
public Replacement ( |
||
other | /// The instance from which the new instance is to be initialized. /// | |
Результат | System |
public Replacement ( int offset, int deletedLength, string insertedBytes ) : System | ||
offset | int |
/// An initialization value for the |
deletedLength | int |
/// An initialization value for the |
insertedBytes | string |
/// An initialization value for the |
Результат | System |
public ValueEquals ( |
||
other | ||
Результат | bool |