-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathJEntityModel.cs
More file actions
25 lines (23 loc) · 502 Bytes
/
JEntityModel.cs
File metadata and controls
25 lines (23 loc) · 502 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//using System;
//using System.Collections.Generic;
//using System.Linq;
//using System.Text;
//using ICSharpCode.NRefactory.TypeSystem;
//namespace SharpKit.Java.Entities
//{
// static class Extensions
// {
// public static JType ToJ(this IType type)
// {
// type.ToTypeReference().
// }
// }
// class JType
// {
// public IType Type { get; set; }
// }
// class JMethod
// {
// public IMethod Method { get; set; }
// }
//}