Definition at line 27 of file ByRefType.cs.
◆ Equals()
| override bool IKVM.Reflection.ByRefType.Equals |
( |
object | o | ) |
|
Definition at line 46 of file ByRefType.cs.
47 {
49 }
bool EqualsHelper(ElementHolderType other)
◆ GetHashCode()
| override int IKVM.Reflection.ByRefType.GetHashCode |
( |
| ) |
|
Definition at line 51 of file ByRefType.cs.
52 {
54 }
readonly Type elementType
◆ Wrap()
| override Type IKVM.Reflection.ByRefType.Wrap |
( |
Type | type, |
|
|
CustomModifiers | mods ) |
|
protected |
Definition at line 71 of file ByRefType.cs.
72 {
73 return Make(type, mods);
74 }
◆ Attributes
| override TypeAttributes IKVM.Reflection.ByRefType.Attributes |
|
get |
Definition at line 61 of file ByRefType.cs.
62 {
63 get { return 0; }
64 }
◆ BaseType
| override Type IKVM.Reflection.ByRefType.BaseType |
|
get |
Definition at line 56 of file ByRefType.cs.
57 {
58 get { return null; }
59 }
The documentation for this class was generated from the following file: