BoC.Web.Mvc.MetaData.ExtraModelMetadataProvider.GetResourceKey C# (CSharp) 메소드

GetResourceKey() 개인적인 정적인 메소드

private static GetResourceKey ( Type containerType, string propertyName ) : string
containerType System.Type
propertyName string
리턴 string
        private static string GetResourceKey(Type containerType, string propertyName)
        {
            return containerType.Name + "_" + propertyName;
        }