natix.CompactDS.FakeBitmap.Select1 C# (CSharp) Method

Select1() public method

public Select1 ( int i ) : int
i int
return int
        public override int Select1(int i)
        {
            throw new NotSupportedException ();
        }