ModelBuilder.ValueGeneratorBase.IsSupported C# (CSharp) Méthode

IsSupported() public abstract méthode

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