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

DeserializeLength() public static method

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