C# Класс IPod.ObjectDumper

Показать файл Открыть проект

Открытые методы

Метод Описание
Dump ( object o ) : void

Приватные методы

Метод Описание
Dump ( object o, Type type, string name, int level, ArrayList previous ) : void
Dump ( object o, int level, ArrayList previous ) : void
DumpCollection ( ICollection collection, int level, ArrayList previous ) : void
DumpComposite ( object o, Type type, string name, int level, ArrayList previous ) : void
DumpDictionary ( IDictionary dictionary, int level, ArrayList previous ) : void
DumpMember ( object o, MemberInfo member, int level, ArrayList previous ) : void
DumpPrimitive ( object o, Type type, string name, int level, ArrayList previous ) : void
Pad ( int level, string msg ) : string

Описание методов

Dump() публичный статический Метод

public static Dump ( object o ) : void
o object
Результат void