Google.Protobuf.EnumDescriptorProto.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

EnumDescriptorProto::Deserialize ( byte buffer ) : EnumDescriptorProto
EnumDescriptorProto::Deserialize ( Stream stream, Google instance ) : Google.Protobuf.EnumDescriptorProto
EnumDescriptorProto::Deserialize ( byte buffer, Google instance ) : Google.Protobuf.EnumDescriptorProto