PowerArgs.ContextAssistSearch.CanAssist C# (CSharp) 메소드

CanAssist() 공개 메소드

Always returns true. When overrided in a derived class the derived class can provide custom logic to determine whether or not this assist provider can assist.
public CanAssist ( RichCommandLineContext parentContext ) : bool
parentContext RichCommandLineContext context about the parent reader that we may be assisting
리턴 bool
        public virtual bool CanAssist(RichCommandLineContext parentContext)
        {
            return true;
        }