Gets a value indicating whether this instance can reuse transform.
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public bool CanReuseTransform { get; } |
Visual Basic |
---|
Public ReadOnly Property CanReuseTransform As Boolean Get |
Visual C++ |
---|
public: virtual property bool CanReuseTransform { bool get () sealed; } |