This commit is contained in:
@@ -22,7 +22,10 @@ namespace AyaNova.Util
|
||||
{
|
||||
string[] excluded = null;
|
||||
if (!string.IsNullOrEmpty(excludedProperties))
|
||||
{
|
||||
excludedProperties=excludedProperties.Replace(", ", ",").Replace(" ,",",").Trim();
|
||||
excluded = excludedProperties.Split(new char[1] { ',' }, StringSplitOptions.RemoveEmptyEntries);
|
||||
}
|
||||
|
||||
MemberInfo[] miT = target.GetType().GetMembers(memberAccess);
|
||||
foreach (MemberInfo Field in miT)
|
||||
|
||||
Reference in New Issue
Block a user