C# Class Microsoft.R.Support.Help.NamedItemInfo

Inheritance: INamedItemInfo
显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
NamedItemInfo ( string name, NamedItemType type ) : System
NamedItemInfo ( string name, string description, NamedItemType type ) : System

Method Details

NamedItemInfo() public method

public NamedItemInfo ( string name, NamedItemType type ) : System
name string
type NamedItemType
return System

NamedItemInfo() public method

public NamedItemInfo ( string name, string description, NamedItemType type ) : System
name string
description string
type NamedItemType
return System