Table of Contents

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 string

The indent.

textWriter TextWriter

Output TextWriter.

instance object

Object instance.

OutputProperties(TextWriter, object)

Output the list of properties of the object (将对象的属性列表进行输出).

public static void OutputProperties(TextWriter textWriter, object instance)

Parameters

textWriter TextWriter

Output TextWriter.

instance object

Object instance.