Hie.Core.Model.Channel.Channel C# (CSharp) Method

Channel() public method

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