Exemple #1
0
 public  static CDebugPropertySymbol Create(IDebugPropertyField field, IDebugContext context) {
   return new CDebugPropertySymbol(field, context);
 }
Exemple #2
0
 public  CDebugPropertySymbol(IDebugPropertyField field, IDebugContext context) : base (field as IDebugField, context) {
   this.m_PropertyField = field;
 }