コード例 #1
0
ファイル: PropertyString.cs プロジェクト: roidzilla/ACE
        public static string GetDescription(this PropertyString prop)
        {
            var description = prop.GetAttributeOfType <DescriptionAttribute>();

            return(description?.Description ?? prop.ToString());
        }