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

Save() public method

Used to implement special save 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 save the item.
public Save ( TextView textView ) : bool
textView TextView
return bool
        public virtual bool Save(TextView.DecompilerTextView textView)
        {
            return false;
        }