메소드 | 설명 | |
---|---|---|
ChangesetId ( byte hash ) : System |
Instantiates the changesetId with the given SHA hash.
|
|
ChangesetId ( string hex ) : System |
Instantiates the changesetId with the given SHA hash.
|
|
ToString ( ) : string |
Returns a string representation of the object.
|
메소드 | 설명 | |
---|---|---|
ChangesetId ( ) : System |
public ChangesetId ( byte hash ) : System | ||
hash | byte | A length 20 byte array containing the hash value. |
리턴 | System |
public ChangesetId ( string hex ) : System | ||
hex | string | A length 40 string containing the base 16 encoding of the hash value. |
리턴 | System |