NXUnit Framework Class Library

XMLInput.CreateFromReader Method 

[This is preliminary documentation and subject to change.]

Use an TextReader to initialize XMLInput.

public static XMLInput CreateFromReader(
   TextReader input
);

Parameters

input
the TextReader

Return Value

the XMLInput

See Also

XMLInput Class | NXUnit.Framework Namespace