XdsDtdSupportedFeature Constructor |
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SupportedFeature(
string featureName,
bool supported
)
Public Sub New (
featureName As String,
supported As Boolean
)
public:
SupportedFeature(
String^ featureName,
bool supported
)
new :
featureName : string *
supported : bool -> SupportedFeature
Parameters
- featureName
- Type: SystemString
[Missing <param name="featureName"/> documentation for "M:DXMLBase.Xds.XdsDtd.SupportedFeature.#ctor(System.String,System.Boolean)"]
- supported
- Type: SystemBoolean
[Missing <param name="supported"/> documentation for "M:DXMLBase.Xds.XdsDtd.SupportedFeature.#ctor(System.String,System.Boolean)"]
See Also