◆ Equals()
| override bool IKVM.Reflection.ConstructorInfoWithReflectedType.Equals |
( |
object | obj | ) |
|
Definition at line 47 of file ConstructorInfoWithReflectedType.cs.
48 {
49 var other = obj as ConstructorInfoWithReflectedType;
50 return other != null && other.reflectedType == reflectedType && other.ctor == ctor;
51 }
◆ GetHashCode()
| override int IKVM.Reflection.ConstructorInfoWithReflectedType.GetHashCode |
( |
| ) |
|
◆ ReflectedType
| override Type IKVM.Reflection.ConstructorInfoWithReflectedType.ReflectedType |
|
get |
The documentation for this class was generated from the following file: