Skip to content

Commit 0bfe7a5

Browse files
committed
Update ObjectFillerSetup.cs
1 parent 281e42f commit 0bfe7a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ObjectFiller/Setup/ObjectFillerSetup.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ public ObjectFillerSetup()
1717
PropertiesToIgnore = new List<PropertyInfo>();
1818
PropertyOrder = new Dictionary<PropertyInfo, At>();
1919
TypesToIgnore = new List<Type>();
20-
PropertiesWritePrivateSetter = new List<PropertyInfo>();
21-
2220
InterfaceToImplementation = new Dictionary<Type, Type>();
2321

2422
SetDefaultRandomizer();
@@ -101,9 +99,5 @@ private void SetDefaultRandomizer()
10199
/// </summary>
102100
public IInterfaceMocker InterfaceMocker { get; set; }
103101

104-
/// <summary>
105-
/// Properties for which it is allowed to write the private setter
106-
/// </summary>
107-
public List<PropertyInfo> PropertiesWritePrivateSetter { get; private set; }
108102
}
109103
}

0 commit comments

Comments
 (0)