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
indent
stringThe indent.
textWriter
TextWriterOutput TextWriter.
instance
objectObject instance.
OutputProperties(TextWriter, object)
Output the list of properties of the object (将对象的属性列表进行输出).
public static void OutputProperties(TextWriter textWriter, object instance)
Parameters
textWriter
TextWriterOutput TextWriter.
instance
objectObject instance.