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);