Antmicro.Migrant.ObjectIdentifier.ObjectIdentifier C# (CSharp) Méthode

ObjectIdentifier() public méthode

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

Same methods

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