Google.Protobuf.EnumValueOptions.DeserializeLength C# (CSharp) Method

DeserializeLength() public static method

Helper: create a new instance to deserializing into
public static DeserializeLength ( Stream stream, int length ) : EnumValueOptions
stream Stream
length int
return EnumValueOptions
        public static EnumValueOptions DeserializeLength(Stream stream, int length)
        {
            var instance = new EnumValueOptions();
            DeserializeLength(stream, length, instance);
            return instance;
        }

Same methods

EnumValueOptions::DeserializeLength ( Stream stream, int length, Google instance ) : Google.Protobuf.EnumValueOptions