Smartmobili.Cocoa.NSXMLParser.IgnorableWhitespace C# (CSharp) Method

IgnorableWhitespace() public method

public IgnorableWhitespace ( char ch, int start, int length ) : void
ch char
start int
length int
return void
        public void IgnorableWhitespace(char[] ch, int start, int length)
        {
            System.Diagnostics.Debug.WriteLine("IgnorableWhitespace");
        }