ModelBuilder.ValueGeneratorBase.IsSupported C# (CSharp) Method

IsSupported() public abstract method

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