Antmicro.Migrant.ObjectIdentifier.ObjectIdentifier C# (CSharp) Метод

ObjectIdentifier() публичный Метод

Initializes a new instance of the Antmicro.Migrant.ObjectIdentifier class.
public ObjectIdentifier ( ) : System
Результат System
        public ObjectIdentifier()
        {
            objectToId = new Dictionary<object, int>();
            idToObject = new List<object>();
        }

Same methods

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