Property | Type | Description | |
---|---|---|---|
DeepCloneCore | ISarifNode | ||
ISarifNode | ISarifNode | ||
Init | void |
Method | Description | |
---|---|---|
DeepClone ( ) : |
Creates a deep copy of this instance.
|
|
Region ( ) : System |
Initializes a new instance of the Region class.
|
|
Region ( |
Initializes a new instance of the Region class from the specified instance.
|
|
Region ( int startLine, int startColumn, int endLine, int endColumn, int offset, int length ) : System |
Initializes a new instance of the Region class from the supplied values.
|
|
ValueEquals ( |
||
ValueGetHashCode ( ) : int |
Method | Description | |
---|---|---|
DeepCloneCore ( ) : ISarifNode | ||
ISarifNode ( ) : ISarifNode | ||
Init ( int startLine, int startColumn, int endLine, int endColumn, int offset, int length ) : void |
public Region ( |
||
other | /// The instance from which the new instance is to be initialized. /// | |
return | System |
public Region ( int startLine, int startColumn, int endLine, int endColumn, int offset, int length ) : System | ||
startLine | int |
/// An initialization value for the |
startColumn | int |
/// An initialization value for the |
endLine | int |
/// An initialization value for the |
endColumn | int |
/// An initialization value for the |
offset | int |
/// An initialization value for the |
length | int |
/// An initialization value for the |
return | System |