C# 클래스 CyPhyDecoratorAddon.MgaAtomWrapper

파일 보기 프로젝트 열기: metamorph-inc/meta-core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
atom MgaAtom
name string

공개 메소드들

메소드 설명
MgaAtomWrapper ( MgaAtom atom ) : System
ToString ( ) : string

메소드 상세

MgaAtomWrapper() 공개 메소드

public MgaAtomWrapper ( MgaAtom atom ) : System
atom MgaAtom
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

atom 보호되어 있는 프로퍼티

protected MgaAtom atom
리턴 MgaAtom

name 보호되어 있는 프로퍼티

protected string name
리턴 string