mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
This commit is contained in:
parent
4b5203f13d
commit
800aaa6bfe
1 changed files with 5 additions and 5 deletions
|
|
@ -30,12 +30,12 @@ namespace Cosmos.IL2CPU.X86.Plugs.CustomImplementations.System {
|
||||||
return aThis.Length;
|
return aThis.Length;
|
||||||
}
|
}
|
||||||
|
|
||||||
//[PlugMethod(Assembler = typeof(Assemblers.Array_get_Length))]
|
[PlugMethod(Assembler = typeof(Assemblers.Array_get_Length))]
|
||||||
//public static int get_Length(Array aThis) {
|
public static int get_Length(Array aThis) {
|
||||||
//aThis += 2;
|
//aThis += 2;
|
||||||
//return *aThis;
|
//return *aThis;
|
||||||
//}
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
[PlugMethod(Signature = "System_Boolean__System_Array_TrySZBinarySearch_System_Array__System_Int32__System_Int32__System_Object___System_Int32_")]
|
[PlugMethod(Signature = "System_Boolean__System_Array_TrySZBinarySearch_System_Array__System_Int32__System_Int32__System_Object___System_Int32_")]
|
||||||
public static unsafe bool TrySZBinarySearch(uint* aArray, uint sourceIndex, uint count, uint value, out uint retVal) {
|
public static unsafe bool TrySZBinarySearch(uint* aArray, uint sourceIndex, uint count, uint value, out uint retVal) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue