BuildingCoder.CmdCategorySupportsTypeParameter.SupportsOrNotString C# (CSharp) Méthode

SupportsOrNotString() static private méthode

static private SupportsOrNotString ( bool b ) : string
b bool
Résultat string
        static string SupportsOrNotString( bool b )
        {
            return b
            ? "supports"
            : "does not support";
        }