ArgsTests.TabCompletionTests.CustomLegacySourceThatWillOnlyWorkWithATargetArgument.TryComplete C# (CSharp) Метод

TryComplete() публичный Метод

public TryComplete ( bool shift, string soFar, string &completion ) : bool
shift bool
soFar string
completion string
Результат bool
            public bool TryComplete(bool shift, string soFar, out string completion)
            {
                return wrapped.TryComplete(shift, soFar, out completion);
            }
TabCompletionTests.CustomLegacySourceThatWillOnlyWorkWithATargetArgument