Example #1
0
 public override string ToString()
 {
     return(string.Format("ExtensionRecord: Type={0}; Value={{{1}}}", _type.ToString(), _value != null ? _value.ToString() : "null"));
 }
Example #2
0
 public override string ToString()
 {
     return(string.Format("OptimizedStaticResource: Value={{{0}}}; Flags={1}", _value != null ? _value.ToString() : "null", _flags));
 }