Amss.Boilerplate.Persistence.Impl.Utilities.Linq.ExpressionRewriter.CheckLocked C# (CSharp) Méthode

CheckLocked() private méthode

private CheckLocked ( ) : void
Résultat void
        private void CheckLocked()
        {
            if (this.isLocked)
            {
                throw new InvalidOperationException("You cannot alter the rewriter after Apply has been called");
            }
        }