[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructAction-1

StructAction<T> Delegate

Encapsulates a method that has a single parameter (passed by reference) and does not return a value.

Namespace: GrapeCity.Documents.Common
Assembly: DS.Documents.Imaging.dll
Syntax
public delegate void StructAction<T>(ref T item) where T : struct
Public Delegate Sub StructAction(Of T As Structure)(item As T)
Parameters
Type Name Description
T item

The parameter of the method that this delegate encapsulates.

Type Parameters
Name Description
T

The type of the parameter of the method that this delegate encapsulates.