Microsoft.JScript.JSConstructor.OuterClassType C# (CSharp) Method

OuterClassType() private method

private OuterClassType ( ) : Type
return System.Type
      internal Type OuterClassType(){
        FieldInfo ocField = ((ClassScope)this.cons.enclosing_scope).outerClassField;
        return ocField == null ? null : ocField.FieldType;
      }