System.Security.Permissions.EnvironmentStringExpressionSet.CreateNewEmpty C# (CSharp) Method

CreateNewEmpty() protected method

protected CreateNewEmpty ( ) : StringExpressionSet
return System.Security.Util.StringExpressionSet
        protected override StringExpressionSet CreateNewEmpty()
        {
            return new EnvironmentStringExpressionSet();
        }