ABsoluteMaybe.Tests.Persistence.XmlQueriesStub.Reset C# (CSharp) Method

Reset() public method

public Reset ( string xml ) : void
xml string
return void
        public void Reset(string xml)
        {
            _xml = xml;
        }