Свойство | Тип | Описание | |
---|---|---|---|
Instance | IDependencyFingerprint |
Метод | Описание | |
---|---|---|
Equals ( IDependencyFingerprint other ) : bool |
Indicates whether the current object is equal to another object of the same type.
|
|
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.
|
|
NoDependencyFingerprint ( IProtocolSerializer serializer, |
Serialization constructor for NoDependencyFingerprint
|
|
Save ( IProtocolSerializer serializer, |
Saves the fingerprint to the given target stream
|
Метод | Описание | |
---|---|---|
NoDependencyFingerprint ( ) : System.IO |
public Equals ( IDependencyFingerprint other ) : bool | ||
other | IDependencyFingerprint | An object to compare with this object. |
Результат | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
Результат | bool |
public NoDependencyFingerprint ( IProtocolSerializer serializer, |
||
serializer | IProtocolSerializer | Serializer implementation to be used |
sourceStream | Stream representing this object | |
Результат | System.IO |
public Save ( IProtocolSerializer serializer, |
||
serializer | IProtocolSerializer | The serializer implementation to be used |
targetStream | The stream to be used when serializing the fingerprint | |
Результат | void |