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