[]
        
(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: GcDocs.Imaging.dll
Syntax
public delegate void StructAction<T>(ref T item) where T : struct
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.

Constructors

Name Description
StructAction(object, IntPtr)

Methods

Name Description
BeginInvoke(ref T, AsyncCallback, object)
EndInvoke(ref T, IAsyncResult)
Invoke(ref T)