4 references to IDispatchImplType
mscorlib (4)
system\runtime\interopservices\attributes.cs (4)
232
internal
IDispatchImplType
_val;
233
public IDispatchImplAttribute(
IDispatchImplType
implType)
239
_val = (
IDispatchImplType
)implType;
241
public
IDispatchImplType
Value { get {return _val;} }