C# Class Cedar.Core.Configuration.ConfigurationElementAttribute

Inheritance: System.Attribute
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
ConfigurationElementAttribute ( Type configurationElementType ) : System

初始化一个新的实例配置元素类型

Method Details

ConfigurationElementAttribute() public method

初始化一个新的实例配置元素类型
public ConfigurationElementAttribute ( Type configurationElementType ) : System
configurationElementType System.Type 配置元素类型
return System