ICSharpCode.ILSpy.TreeNodes.ILSpyTreeNode.View C# (CSharp) Method

View() public method

Used to implement special view logic for some items. This method is called on the main thread when only a single item is selected. If it returns false, normal decompilation is used to view the item.
public View ( TextView textView ) : bool
textView TextView
return bool
        public virtual bool View(TextView.DecompilerTextView textView)
        {
            return false;
        }