C# Class Rsdn.LocUtil.MainForm.FakeNodeCollection

Inheritance: System.Collections.CollectionBase, ITreeNode
Exibir arquivo Open project: rsdn/janus

Public Methods

Method Description
Add ( ITreeNode node ) : void
this ( int index ) : ITreeNode

Method Details

Add() public method

public Add ( ITreeNode node ) : void
node ITreeNode
return void

this() public method

public this ( int index ) : ITreeNode
index int
return ITreeNode