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

DeserializeLength() public static method

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

Same methods

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