ModelBuilder.UnitTests.DummyTypeCreator.CanPopulate C# (CSharp) Method

CanPopulate() public method

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