コード例 #1
0
 public BuiltinPropertyInfo(IBuiltinProperty value, PythonAnalyzer projectState)
     : base(value.Type, projectState)
 {
     _value = value;
     _doc   = null;
 }
コード例 #2
0
 public PropertyView(IModuleContext context, string name, IBuiltinProperty member)
     : base(context, name, member)
 {
     _value = member;
 }
コード例 #3
0
ファイル: PropertyView.cs プロジェクト: omnimark/PTVS
 public PropertyView(IModuleContext context, string name, IBuiltinProperty member)
     : base(context, name, member) {
     _value = member;
 }