コード例 #1
0
 public bool HasProperty(string name, [ByRef] IVariable value = null)
 {
     return(_structure.HasProperty(name, value));
 }