Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryWriter Class / WriteNullableEnum<T> Method

In This Topic
    WriteNullableEnum<T> Method
    In This Topic
    Writes nullable enum value.
    Syntax
    'Declaration
     
    Public Sub WriteNullableEnum(Of T As {New, Struct})( _
       ByVal value As System.Nullable(Of T) _
    ) 
    public void WriteNullableEnum<T>( 
       System.Nullable<T> value
    )
    where T: new(), struct

    Parameters

    value

    Type Parameters

    T
    See Also