示例#1
0
            public SnapshotStatusWrapper(SnapshotShardsStatsWrapper shardsStatsWrapper)
            {
                PropertyInfo propertyInfo = this.GetType().GetProperty("ShardsStats");

                propertyInfo.SetValue(this, shardsStatsWrapper);
            }
			public SnapshotStatusWrapper(SnapshotShardsStatsWrapper shardsStatsWrapper)
			{
				PropertyInfo propertyInfo = this.GetType().GetProperty("ShardsStats");
				propertyInfo.SetValue(this, shardsStatsWrapper);
			}