Fan.Sys.Range.Range C# (CSharp) Метод

Range() приватный Метод

private Range ( long start, long end, bool exclusive ) : System
start long
end long
exclusive bool
Результат System
        private Range(long start, long end, bool exclusive)
        {
            this.m_start = start;
              this.m_end = end;
              this.m_exclusive = exclusive;
        }