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

DeserializeLength() 공개 정적인 메소드

Helper: create a new instance to deserializing into
public static DeserializeLength ( Stream stream, int length ) : EnumDescriptorProto
stream Stream
length int
리턴 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