C# Class uREPL.CommandAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: hecomi/uREPL

Public Properties

Property Type Description
description string
name string

Public Methods

Method Description
CommandAttribute ( ) : System

Method Details

CommandAttribute() public method

public CommandAttribute ( ) : System
return System

Property Details

description public_oe property

public string description
return string

name public_oe property

public string name
return string