Monobjc.Types.TSRange.TSRange C# (CSharp) 메소드

TSRange() 공개 메소드

public TSRange ( uint location, uint length ) : System
location uint
length uint
리턴 System
        public TSRange(uint location, uint length)
        {
            this.location = location;
            this.length = length;
        }