C# Class Newtonsoft.Json.Tests.Utilities.OutAndRefTestClass

显示文件 Open project: JamesNK/Newtonsoft.Json Class Usage Examples

Public Methods

Method Description
OutAndRefTestClass ( string &value ) : System.Reflection
OutAndRefTestClass ( string &value, bool &b1 ) : System.Reflection
OutAndRefTestClass ( string &value, bool &b1, bool &b2 ) : System.Reflection

Method Details

OutAndRefTestClass() public method

public OutAndRefTestClass ( string &value ) : System.Reflection
value string
return System.Reflection

OutAndRefTestClass() public method

public OutAndRefTestClass ( string &value, bool &b1 ) : System.Reflection
value string
b1 bool
return System.Reflection

OutAndRefTestClass() public method

public OutAndRefTestClass ( string &value, bool &b1, bool &b2 ) : System.Reflection
value string
b1 bool
b2 bool
return System.Reflection