コード例 #1
0
 /// <summary>
 /// Create a <see cref="PropertyRef"/>.
 /// </summary>
 public PropertyRef(PropertyDecl declaration)
     : base(declaration, false)
 {
 }
コード例 #2
0
 /// <summary>
 /// Create a <see cref="PropertyRef"/>.
 /// </summary>
 public PropertyRef(PropertyDecl declaration, bool isFirstOnLine)
     : base(declaration, isFirstOnLine)
 {
 }