C# Class CSharpUML.UmlObjectExtensions

Mostrar archivo Open project: knot3/CSharpUML

Public Methods

Method Description
CleanGenerics ( this str ) : string
ToCode ( this publicity, string before, string after ) : string
ToUml ( this publicity ) : string

Method Details

CleanGenerics() public static method

public static CleanGenerics ( this str ) : string
str this
return string

ToCode() public static method

public static ToCode ( this publicity, string before, string after ) : string
publicity this
before string
after string
return string

ToUml() public static method

public static ToUml ( this publicity ) : string
publicity this
return string