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

DeserializeLength() 공개 정적인 메소드

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

Same methods

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