C# (CSharp) SimpleFramework.Xml.Filter Пространство имен

Классы

Имя Описание
EnvironmentFilter The EnvironmentFilter object is used to provide a filter that will replace the specified values with an environment variable from the OS. This can be given a delegate filter which can be used to resolve replacements should the value requested not match an environment variable from the OS.
StackFilter The StackFilter object provides a filter that can be given a collection of filters which can be used to resolve a replacement. The order of the resolution used for this filter is last in first used. This order allows the highest priority filter to be added last within the stack.
StackFilterTest
StackFilterTest.ExampleFilter