BaseTypeRequiredAttribute Constructor |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic BaseTypeRequiredAttribute(
Type baseType
)
Public Sub New (
baseType As Type
)
public:
BaseTypeRequiredAttribute(
Type^ baseType
)
new :
baseType : Type -> BaseTypeRequiredAttributeParameters
- baseType Type
-
See Also