コード例 #1
0
 /// <include file='doc\SharedProperties.uex' path='docs/doc[@for="SharedPropertyGroup.Property"]/*' />
 public SharedProperty Property(String name)
 {
     return(new SharedProperty(_x.Property(name)));
 }
コード例 #2
0
 public SharedProperty Property(string name)
 {
     return(new SharedProperty(propertyGroup.Property(name)));
 }