Click or drag to resize

ContentHash Constructor

Constructs a copy of a content hash.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected ContentHash(
	ContentHash other
)

Parameters

other
Type: Rhino.FileIOContentHash
The other content hash to copy.
See Also