PowerArgs.ArgumentAwareTabCompletionAttribute.ArgumentAwareTabCompletionAttribute C# (CSharp) Method

ArgumentAwareTabCompletionAttribute() public method

Creates a new ArgumentAwareTabCompletionAttribute given a completion source type
public ArgumentAwareTabCompletionAttribute ( Type completionSourceType ) : System
completionSourceType System.Type
return System
        public ArgumentAwareTabCompletionAttribute(Type completionSourceType)
        {
            this.CompletionSourceType = completionSourceType;
        }