Google.Protobuf.EnumValueDescriptorProto.DeserializeLengthDelimited C# (CSharp) Метод

DeserializeLengthDelimited() публичный статический Метод

Helper: create a new instance to deserializing into
public static DeserializeLengthDelimited ( Stream stream ) : EnumValueDescriptorProto
stream Stream
Результат EnumValueDescriptorProto
        public static EnumValueDescriptorProto DeserializeLengthDelimited(Stream stream)
        {
            var instance = new EnumValueDescriptorProto();
            DeserializeLengthDelimited(stream, instance);
            return instance;
        }

Same methods

EnumValueDescriptorProto::DeserializeLengthDelimited ( Stream stream, Google instance ) : Google.Protobuf.EnumValueDescriptorProto