Read() private méthode

private Read ( String filepath ) : Tp.Utils.Mime.MimeType[]
filepath String
Résultat Tp.Utils.Mime.MimeType[]
		/// <summary>Should never be instanciated from outside </summary>
		public MimeTypes(String strFilepath)
		{
			var reader = new MimeTypesReader();
			Add(reader.Read(strFilepath));
		}
        /// <summary>Should never be instanciated from outside </summary>
        public MimeTypes(String strFilepath)
        {
            var reader = new MimeTypesReader();

            Add(reader.Read(strFilepath));
        }