Click or drag to resize

TypeRefFindUserDefinedImplicitConversions Method

Find all user-defined implicit conversion operators from the current type to any other type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected NamedObjectGroup FindUserDefinedImplicitConversions()

Return Value

Type: NamedObjectGroup
See Also