Hie.Core.Model.Channel.Channel C# (CSharp) 메소드

Channel() 공개 메소드

public Channel ( ) : System.Collections.Generic
리턴 System.Collections.Generic
		public Channel()
		{
			Destinations = new List<Destination>();
		}
	}
Channel