Svg.SvgDefinitionList.DeepCopy C# (CSharp) 메소드

DeepCopy() 공개 메소드

public DeepCopy ( ) : SvgElement
리턴 SvgElement
		public override SvgElement DeepCopy()
		{
			return DeepCopy<SvgDefinitionList>();
		}