Example #1
0
		internal SharedProperty (ISharedProperty property)
		{
			this.property = property;
		}
 internal SharedProperty(ISharedProperty property)
 {
     this.property = property;
 }
 internal SharedProperty(ISharedProperty prop)
 {
     _x = prop;
 }
 internal SharedProperty(ISharedProperty prop)
 {
     this._x = prop;
 }
 internal SharedProperty(ISharedProperty prop)
 {
     this._x = prop;
 }