Microsoft.Cci.DummySourceLocation.CopyTo C# (CSharp) Method

CopyTo() public method

public CopyTo ( int offset, char destination, int destinationOffset, int length ) : int
offset int
destination char
destinationOffset int
length int
return int
    public int CopyTo(int offset, char[] destination, int destinationOffset, int length) {
      //^ assume false;
      return 0;
    }
DummySourceLocation