Dogen.TestModels.CSharpModel.ParentWithMembers.Dump C# (CSharp) Method

Dump() abstract private method

abstract private Dump ( ) : string
return string
        internal abstract string Dump();

Usage Example

 public static string Dump(ParentWithMembers value)
 {
     return value.Dump();
 }
All Usage Examples Of Dogen.TestModels.CSharpModel.ParentWithMembers::Dump