コード例 #1
0
        public static TransferSyntaxLegacyConfigurationElementCollection Create()
        {
            TransferSyntaxLegacyConfigurationElementCollection config = new TransferSyntaxLegacyConfigurationElementCollection();

            config.InitializeDefault();
            return(config);
        }
コード例 #2
0
		public static TransferSyntaxLegacyConfigurationElementCollection Create()
		{
			TransferSyntaxLegacyConfigurationElementCollection config = new TransferSyntaxLegacyConfigurationElementCollection();
			config.InitializeDefault();
			return config;
		}