예제 #1
0
        public string GetFamilyMember()
        {
            var attr = FamilyMember.GetAttribute <EnumDescriptionAttribute>();

            return(attr.GetDescription());
        }