Bickle.ReSharper.BickleTestProvider.IsElementOfKind C# (CSharp) 메소드

IsElementOfKind() 공개 메소드

public IsElementOfKind ( IDeclaredElement declaredElement, UnitTestElementKind elementKind ) : bool
declaredElement IDeclaredElement
elementKind UnitTestElementKind
리턴 bool
        public bool IsElementOfKind(IDeclaredElement declaredElement, UnitTestElementKind elementKind)
        {
            return false;
        }

Same methods

BickleTestProvider::IsElementOfKind ( UnitTestElement element, UnitTestElementKind elementKind ) : bool