Click or drag to resize

ConstructorAttribute Class

Instruct
Reader
to use the constructor when deserializing.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    MaxMind.DbConstructorAttribute

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public sealed class ConstructorAttribute : Attribute

The ConstructorAttribute type exposes the following members.

Constructors
  NameDescription
Public methodConstructorAttribute
Initializes a new instance of the ConstructorAttribute class
Top
Properties
  NameDescription
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Public methodToString (Inherited from Object.)
Top
See Also