Antmicro.Migrant.ObjectIdentifier.ObjectIdentifier C# (CSharp) Method

ObjectIdentifier() public method

Initializes a new instance of the Antmicro.Migrant.ObjectIdentifier class.
public ObjectIdentifier ( ) : System
return System
        public ObjectIdentifier()
        {
            objectToId = new Dictionary<object, int>();
            idToObject = new List<object>();
        }

Same methods

ObjectIdentifier::ObjectIdentifier ( Antmicro.Migrant.ObjectIdentifierContext context ) : System