ArcFM Desktop Developer Guide
CreatorCallback<T> Delegate


The type to create (may be object or value type).
Represents the method that creates a new instance of type T.
Syntax
'Declaration
 
Public Delegate Function CreatorCallback(Of T)() As T
'Usage
 
Dim instance As New CreatorCallback(Of T)(AddressOf HandlerMethod)
public delegate T CreatorCallback<T>()

Type Parameters

T
The type to create (may be object or value type).

Return Value

A new instance of type T.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CreatorCallback<T> Members
Miner.Threading Namespace

 

 


Send Comment