Google.Protobuf.EnumDescriptorProto.DeserializeLengthDelimited C# (CSharp) 메소드

DeserializeLengthDelimited() 공개 정적인 메소드

Helper: create a new instance to deserializing into
public static DeserializeLengthDelimited ( Stream stream ) : EnumDescriptorProto
stream Stream
리턴 EnumDescriptorProto
        public static EnumDescriptorProto DeserializeLengthDelimited(Stream stream)
        {
            var instance = new EnumDescriptorProto();
            DeserializeLengthDelimited(stream, instance);
            return instance;
        }

Same methods

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