'Declaration Public ReadOnly Property Name As System.String
public System.string Name {get;}
'Declaration Public ReadOnly Property Name As System.String
public System.string Name {get;}
private void LoadBookmarks(XHTMLBookmarkItem item) { _tree.Nodes.Clear(); foreach (Bookmark bookmark in item.Bookmarks) { TreeNode node = _tree.Nodes.Add(bookmark.Name); node.Tag = bookmark; } }