Method OutputProperties
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
OutputProperties(string?, TextWriter, object)
Output the list of properties of the object (将对象的属性列表进行输出). With these parameters: indent .
public static void OutputProperties(string? indent, TextWriter textWriter, object instance)
Parameters
indentstringThe indent.
textWriterTextWriterOutput TextWriter.
instanceobjectObject instance.
OutputProperties(TextWriter, object)
Output the list of properties of the object (将对象的属性列表进行输出).
public static void OutputProperties(TextWriter textWriter, object instance)
Parameters
textWriterTextWriterOutput TextWriter.
instanceobjectObject instance.