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

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

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

Same methods

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