NClass.Core.ClassType.CopyFrom C# (CSharp) 메소드

CopyFrom() 보호된 메소드

protected CopyFrom ( TypeBase type ) : void
type TypeBase
리턴 void
		protected override void CopyFrom(TypeBase type)
		{
			base.CopyFrom(type);
			ClassType classType = (ClassType) type;
			modifier = classType.modifier;
		}