HandCoded.Finance.DateRoll.DateRoll C# (CSharp) 메소드

DateRoll() 보호된 메소드

Constructs a DateRoll instance and adds it to the extent set indexed by its symbolic name.
protected DateRoll ( string name ) : System
name string The symbolic name for this instance.
리턴 System
        protected DateRoll(string name)
        {
            extent [this.name = name] = this;
        }