Visual Basic (Declaration)
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := True)> _
Public Class StringConverter _
Inherits TypeConverter
Dim instance As StringConverter
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)]
public class StringConverter : TypeConverter
[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true)]
public ref class StringConverter : public TypeConverter
/** @attribute HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true) */
public class StringConverter extends TypeConverter
public class StringConverter extends TypeConverter