Skip to content

Commit 70b093c

Browse files
author
Sébastien Geiser
committed
some warning on non public access stuff
1 parent 2dd9b8e commit 70b093c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ public bool OptionNewFunctionEvaluationActive
786786
/// If <c>true</c> Allow to access fields, properties and methods that are not declared public. (private, protected and internal)
787787
/// If <c>false</c> Allow to access only to public members.
788788
/// Default : false
789+
/// Warning : This clearly break the encapsulation principle use this only if you know what you do.
789790
/// </summary>
790791
public bool OptionAllowNonPublicMembersAccess { get; set; }
791792

0 commit comments

Comments
 (0)