ComConversionLossAttribute | |
System.Runtime.InteropServices (mscorlib.dll) | sealed class |
The presence of this attribute indicates
that information
about a type was lost as it was imported from a type library.
public sealed class ComConversionLossAttribute : Attribute {
// Public Constructors
public ComConversionLossAttribute( );
}
Hierarchy
System.Object
System.Attribute
ComConversionLossAttribute
Valid On
All
|