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

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

    Type Parameters

    T
    See Also