Bender.NamingConventions.TypeContextExtensions.GetName C# (CSharp) Method

GetName() public static method

public static GetName ( this conventions, CachedType type, Bender.Nodes.Object.Context context, bool isRoot = false ) : string
conventions this
type CachedType
context Bender.Nodes.Object.Context
isRoot bool
return string
        public static string GetName(this NamingConventions<TypeContext> conventions,
            CachedType type, Context context, bool isRoot = false)
        {
            return conventions.GetName(new TypeContext(type, context, isRoot));
        }
TypeContextExtensions