Bar.Test.Simple C# (CSharp) Method

Simple() public method

public Simple ( Foo test ) : bool
test Foo
return bool
            public bool Simple(Foo.Bar.Test test)
            {
                return true;
            }