C# Class Plugin.NetworkFunction

Inheritance: System.Attribute
Show file Open project: Silveryard/SmartHome

Public Methods

Method Description
NetworkFunction ( string name ) : System

Creates a new instance of the attribute

Method Details

NetworkFunction() public method

Creates a new instance of the attribute
public NetworkFunction ( string name ) : System
name string The custom name of the function
return System