Axiom.Runtime.UnitTests.ExamplePredicate.Name C# (CSharp) Method

Name() public method

public Name ( ) : string
return string
        public override string Name()
        {
            return "Example";
        }
ExamplePredicate