React.AspNet.BabelFileOptions.BabelFileOptions C# (CSharp) Метод

BabelFileOptions() публичный Метод

Creates a new instance of the BabelFileOptions class.
public BabelFileOptions ( ) : System.Collections.Generic
Результат System.Collections.Generic
		public BabelFileOptions()
		{
			Extensions = new[] { ".jsx" };
			StaticFileOptions = new StaticFileOptions();
		}
	}
BabelFileOptions