CanReuseTransform Property
See Also 
SourceCode.Security.Cryptography Namespace > Murmur3 Class : CanReuseTransform Property



Glossary Item Box

Gets a value indicating whether the current transform can be reused.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable ReadOnly Property CanReuseTransform As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Murmur3
Dim value As Boolean
 
value = instance.CanReuseTransform
C# 
public override bool CanReuseTransform {get;}
C++/CLI 
public:
property bool CanReuseTransform {
   bool get() override;
}

Property Value

Always true.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also