コード例 #1
0
ファイル: Class.cs プロジェクト: fjgandrade/sharpkit
		public static bool ImplementsInterface(object obj, Interface iface) { throw new NotImplementedException(); }
コード例 #2
0
ファイル: Class.cs プロジェクト: fjgandrade/sharpkit
		public static bool HasOwnInterface(Class clazz, Interface iface) { throw new NotImplementedException(); }
コード例 #3
0
ファイル: Class.cs プロジェクト: fjgandrade/sharpkit
		public static Class GetByInterface(Class clazz, Interface iface) { throw new NotImplementedException(); }
コード例 #4
0
ファイル: Interface.cs プロジェクト: fjgandrade/sharpkit
		public static JsArray Flatten(Interface ifaces = null) { throw new NotImplementedException(); }
コード例 #5
0
ファイル: Interface.cs プロジェクト: fjgandrade/sharpkit
		public static void AssertObject(qx.core.Object objectx, Interface iface) { throw new NotImplementedException(); }
コード例 #6
0
ファイル: Interface.cs プロジェクト: fjgandrade/sharpkit
		public static void Assert(Class clazz, Interface iface, bool wrap = false) { throw new NotImplementedException(); }