IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Reflection.ConstructorInfoImpl Class Referencesealed

Public Member Functions

override bool Equals (object obj)
 
override int GetHashCode ()
 

Detailed Description

Definition at line 27 of file ConstructorInfoImpl.cs.

Member Function Documentation

◆ Equals()

override bool IKVM.Reflection.ConstructorInfoImpl.Equals ( object obj)

Definition at line 41 of file ConstructorInfoImpl.cs.

42 {
43 ConstructorInfoImpl other = obj as ConstructorInfoImpl;
44 return other != null && other.method.Equals(method);
45 }

◆ GetHashCode()

override int IKVM.Reflection.ConstructorInfoImpl.GetHashCode ( )

Definition at line 47 of file ConstructorInfoImpl.cs.

48 {
49 return method.GetHashCode();
50 }

The documentation for this class was generated from the following file: