ConstructorKind.cs 111 B

12345678
  1. namespace Jint.Native.Function
  2. {
  3. internal enum ConstructorKind
  4. {
  5. Base,
  6. Derived
  7. }
  8. }