Catel.Test.ArgumentFacts.TheInheritsFromMethod.SucceedsForGenericInheritsFrom C# (CSharp) Method

SucceedsForGenericInheritsFrom() private method

private SucceedsForGenericInheritsFrom ( ) : void
return void
            public void SucceedsForGenericInheritsFrom()
            {
                Argument.InheritsFrom<Attribute>("myParam", new CoverageExcludeAttribute(ExcludeReason.TestCode));
            }