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

Deserialize() 공개 정적인 메소드

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