예제 #1
0
        public global::System.Reflection.ConstructorInfo GetConstructor(Type[] t)
        {
            // X:\jsc.svn\examples\javascript\linq\visualized\VisualizeWhere\VisualizeWhere\Application.cs
            // X:\jsc.svn\examples\javascript\LINQ\ClickCounter\ClickCounter\Application.cs

            var c = new __ConstructorInfo
            {
                // do we support the primaryConstructor?

                InternalDeclaringType  = this,
                InternalParameterTypes = t
            };

            return(c);
        }
예제 #2
0
        public global::System.Reflection.ConstructorInfo GetConstructor(Type[] t)
        {
            // X:\jsc.svn\examples\javascript\linq\visualized\VisualizeWhere\VisualizeWhere\Application.cs
            // X:\jsc.svn\examples\javascript\LINQ\ClickCounter\ClickCounter\Application.cs

            var c = new __ConstructorInfo
            {
                // do we support the primaryConstructor?

                InternalDeclaringType = this,
                InternalParameterTypes = t
            };

            return c;
        }