C# Class DrutNET.ExtensionSTLAttribute

Simple attribute class for storing String Values
Inheritance: System.Attribute
Mostra file Open project: bricel/DrutNet

Public Methods

Method Description
ExtensionSTLAttribute ( string value ) : System

Creates a new ExtensionSTLAttribute instance.

Method Details

ExtensionSTLAttribute() public method

Creates a new ExtensionSTLAttribute instance.
public ExtensionSTLAttribute ( string value ) : System
value string Value.
return System