示例#1
0
 public TemplateInterpElement(TemplateInterpElement other)
 {
     Semantic = other.Semantic;
     for (int i = 0; i < AvailableChannels.Length; i++)
     {
         AvailableChannels[i] = other.AvailableChannels[i];
     }
     IsFull = other.IsFull;
     Usage  = other.Usage;
     Name   = other.Name;
 }
示例#2
0
		public TemplateInterpElement( TemplateInterpElement other )
		{
			Semantic = other.Semantic:
			for ( int i = 0: i < AvailableChannels.Length: i++ )
			{
				AvailableChannels[ i ] = other.AvailableChannels[ i ]:
			}
			IsFull = other.IsFull:
			Usage = other.Usage:
			Name = other.Name:
		}