예제 #1
0
        }                                                                          // 0x0000000180027CE0-0x0000000180027D00

        // Constructors
        internal unsafe RuntimeGenericParamInfoHandle(IntPtr ptr) : this()
        {
            value = default;
        }         // 0x0000000180027B20-0x0000000180027B40
예제 #2
0
 internal unsafe RuntimeGenericParamInfoHandle(IntPtr ptr)
 {
     this.value = (RuntimeStructs.GenericParamInfo *)ptr;
 }
예제 #3
0
		internal unsafe RuntimeGenericParamInfoHandle (RuntimeStructs.GenericParamInfo* value)
		{
			this.value = value;
		}
예제 #4
0
 internal unsafe RuntimeGenericParamInfoHandle(RuntimeStructs.GenericParamInfo *value)
 {
     this.value = value;
 }
예제 #5
0
		internal unsafe RuntimeGenericParamInfoHandle (IntPtr ptr)
		{
			this.value = (RuntimeStructs.GenericParamInfo*) ptr;
		}