프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DeepCloneCore | ISarifNode | ||
ISarifNode | ISarifNode | ||
Init | void |
메소드 | 설명 | |
---|---|---|
DeepClone ( ) : |
Creates a deep copy of this instance.
|
|
Hash ( ) : System |
Initializes a new instance of the Hash class.
|
|
Hash ( |
Initializes a new instance of the Hash class from the specified instance.
|
|
Hash ( string value, AlgorithmKind algorithm ) : System |
Initializes a new instance of the Hash class from the supplied values.
|
|
ValueEquals ( |
||
ValueGetHashCode ( ) : int |
메소드 | 설명 | |
---|---|---|
DeepCloneCore ( ) : ISarifNode | ||
ISarifNode ( ) : ISarifNode | ||
Init ( string value, AlgorithmKind algorithm ) : void |
public Hash ( |
||
other | /// The instance from which the new instance is to be initialized. /// | |
리턴 | System |
public Hash ( string value, AlgorithmKind algorithm ) : System | ||
value | string |
/// An initialization value for the |
algorithm | AlgorithmKind |
/// An initialization value for the |
리턴 | System |