Click or drag to resize

Delegate General Editor

Signature

Specifies the signature of the delegate. If this delegate is a generic type, its type arguments are specified as part of the signature. For information on how to use generic types, refer to Generics (C# Programming Guide)

The following naming rules apply to the delegate signature:

  • The name must begin with an alphabetic character, and consist entirely of alphanumeric characters.

  • The name must be unique within the driver.

See Also

Download a complete CHM version of this documentation here.