Monobjc.Types.TSRange.TSRange C# (CSharp) Method

TSRange() public method

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