コード例 #1
0
 internal SharedPropertyGroup(ISharedPropertyGroup grp)
 {
     this._x = grp;
 }
コード例 #2
0
 internal SharedPropertyGroup(ISharedPropertyGroup propertyGroup)
 {
     this.propertyGroup = propertyGroup;
 }
 internal SharedPropertyGroup(ISharedPropertyGroup grp)
 {
     this._x = grp;
 }
コード例 #4
0
ファイル: SharedPropertyGroup.cs プロジェクト: nlhepler/mono
		internal SharedPropertyGroup (ISharedPropertyGroup propertyGroup)
		{
			this.propertyGroup = propertyGroup;
		}