System.IO._Proxy.ReadGuid C# (CSharp) Method

ReadGuid() public static method

public static ReadGuid ( this reader, Boolean nullable = true ) : Guid?
reader this
nullable Boolean
return Guid?
        public static Guid? ReadGuid(this BinaryReader reader, Boolean nullable = true)
        {
            return DDRIT.ReadGuid(reader, nullable);
        }