Bender.NamingConventions.ArrayItemContextExtensions.GetName C# (CSharp) Метод

GetName() публичный статический Метод

public static GetName ( this conventions, CachedType type, CachedMember member, Bender.Nodes.Object.Context context ) : string
conventions this
type CachedType
member CachedMember
context Bender.Nodes.Object.Context
Результат string
        public static string GetName(this NamingConventions<ArrayItemContext> conventions,
            CachedType type, CachedMember member, Context context)
        {
            return conventions.GetName(new ArrayItemContext(type, member, context));
        }
ArrayItemContextExtensions