Microsoft.JScript.VsaItem.GetCompiledType C# (CSharp) Method

GetCompiledType() private method

private GetCompiledType ( ) : Type
return System.Type
      internal virtual Type GetCompiledType(){
        // only code items have a compiled type
        return null;
      }