ModelBuilder.UnitTests.DummyPostBuildAction.IsSupported C# (CSharp) Method

IsSupported() public method

public IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
return bool
        public bool IsSupported(Type type, string referenceName, LinkedList<object> buildChain)
        {
            return false;
        }
DummyPostBuildAction