ContentHash Constructor

ContentHash Constructor

Constructs a copy of a content hash.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected ContentHash(
	ContentHash other
)
Protected Sub New ( 
	other As ContentHash
)

Parameters

other
Type: Rhino.FileIOContentHash
The other content hash to copy.
Version Information

Rhino for Windows

Supported in: 6.14
See Also