Method | Description | |
---|---|---|
ComplexObjectToPseudoCode ( |
||
ComplexObjectToPseudoCode ( object val ) : string | ||
PlainObjectToCode ( object val ) : string | ||
PlainObjectToCode ( object val, |
||
ToCSharpFriendlyTypeName ( this type ) : string |
public static ComplexObjectToPseudoCode ( |
||
config | ||
val | object | |
return | string |
public static ComplexObjectToPseudoCode ( object val ) : string | ||
val | object | |
return | string |
public static PlainObjectToCode ( object val ) : string | ||
val | object | |
return | string |
public static PlainObjectToCode ( object val, |
||
val | object | |
type | ||
return | string |
public static ToCSharpFriendlyTypeName ( this type ) : string | ||
type | this | |
return | string |