Hie.Core.Model.Port.Port C# (CSharp) Méthode

Port() public méthode

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