Пример #1
0
 /// <summary>Constructor</summary>
 /// <param name="item"><see cref="SyndicationItem"/> to read content from</param>
 /// <param name="state">State of the deserializer</param>
 internal EpmSyndicationContentDeSerializer(SyndicationItem item, EpmContentDeSerializer.EpmContentDeserializerState state)
     : base(item, state)
 {
 }
 /// <summary>Constructor</summary>
 /// <param name="item"><see cref="SyndicationItem"/> from which to read EPM content</param>
 /// <param name="state">State of the deserializer</param>
 internal EpmContentDeSerializerBase(SyndicationItem item, EpmContentDeSerializer.EpmContentDeserializerState state)
 {
     this.item = item;
     this.state = state;
 }
Пример #3
0
 /// <summary>Constructor</summary>
 /// <param name="item"><see cref="SyndicationItem"/> from which to read EPM content</param>
 /// <param name="state">State of the deserializer</param>
 internal EpmContentDeSerializerBase(SyndicationItem item, EpmContentDeSerializer.EpmContentDeserializerState state)
 {
     this.item  = item;
     this.state = state;
 }