public static int test()
    {
        var obj = new IndexerGet();

        return(obj[1]);
    }
	public static int test() {
		var obj = new IndexerGet();
		return obj[1];
	}