Answer
ValueEnumerationDelegate Delegate
The ValueEnumeration delegate.
Namespace:
HotDocs.Sdk
Assembly:
HotDocs.Sdk
(in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
delegate
void
ValueEnumerationDelegate
(
Object
state
,
int
[]
indices
)
public delegate void ValueEnumerationDelegate( Object state, int[] indices )
Parameters
state
Type:
System
Object
state
indices
Type:
System
Int32
indices
See Also
HotDocs.Sdk Namespace