ModelBuilder.ValueGeneratorBase.IsSupported C# (CSharp) Метод

IsSupported() публичный абстрактный Метод

public abstract IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
Результат bool
        public abstract bool IsSupported(Type type, string referenceName, LinkedList<object> buildChain);