System.Xml.Tests.CXmlSchemaValidatorTestCase.StringGetter C# (CSharp) Method

StringGetter() public method

public StringGetter ( string resStr ) : XmlValueGetter
resStr string
return XmlValueGetter
        public XmlValueGetter StringGetter(string resStr)
        {
            stringGetterContent = resStr;
            return new XmlValueGetter(stringGetterHandle);
        }