C# Class CyPhyDecoratorAddon.MgaAtomWrapper

Show file Open project: metamorph-inc/meta-core Class Usage Examples

Protected Properties

Property Type Description
atom MgaAtom
name string

Public Methods

Method Description
MgaAtomWrapper ( MgaAtom atom ) : System
ToString ( ) : string

Method Details

MgaAtomWrapper() public method

public MgaAtomWrapper ( MgaAtom atom ) : System
atom MgaAtom
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

atom protected property

protected MgaAtom atom
return MgaAtom

name protected property

protected string name
return string