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

In This Topic
    ReadNullableEnum<T> Method
    In This Topic
    Reads nullable enum value.
    Syntax
    'Declaration
     
    Public Function ReadNullableEnum(Of T As {New, Struct})() As System.Nullable(Of T)
    public System.Nullable<T> ReadNullableEnum<T>()
    where T: new(), struct

    Type Parameters

    T
    See Also