Exemplo n.º 1
0
        public static TransferSyntaxLegacyConfigurationElementCollection Create()
        {
            TransferSyntaxLegacyConfigurationElementCollection config = new TransferSyntaxLegacyConfigurationElementCollection();

            config.InitializeDefault();
            return(config);
        }
Exemplo n.º 2
0
		public static TransferSyntaxLegacyConfigurationElementCollection Create()
		{
			TransferSyntaxLegacyConfigurationElementCollection config = new TransferSyntaxLegacyConfigurationElementCollection();
			config.InitializeDefault();
			return config;
		}