ITemplate CanReuseInstance Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Indicates whether an instance of template class may be reused for invocation of Render() more than once (possibly with different rendering target and/or rendering context)

Namespace: NFX.Templatization
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

bool CanReuseInstance { get; }

Property Value

Type: OnlineBoolean
See Also