IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Reflection.PackedCustomModifiers Struct Reference

Public Member Functions

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

Public Attributes

readonly CustomModifiers[] customModifiers
 

Detailed Description

Definition at line 27 of file PackedCustomModifiers.cs.

Member Function Documentation

◆ Equals()

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

Definition at line 47 of file PackedCustomModifiers.cs.

48 {
49 var other = obj as PackedCustomModifiers?;
50 return other != null && Equals(other.Value);
51 }

◆ GetHashCode()

override int IKVM.Reflection.PackedCustomModifiers.GetHashCode ( )

Definition at line 42 of file PackedCustomModifiers.cs.

43 {
44 return Util.GetHashCode(customModifiers);
45 }

Member Data Documentation

◆ customModifiers

readonly CustomModifiers [] IKVM.Reflection.PackedCustomModifiers.customModifiers

Definition at line 31 of file PackedCustomModifiers.cs.


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