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

Port() public method

public Port ( ) : System.Collections.Generic
return System.Collections.Generic
		public Port()
		{
			Encoders = new List<IPipelineComponent>();
			Assembers = new List<IPipelineComponent>();
		}
	}
Port