blob: ca746085b1bf4a117da95352674dd6ace11f7272 [file] [log] [blame]
namespace oneM2MClient.Protocols
{
using System;
using System.Diagnostics;
using System.Xml.Serialization;
using System.Collections;
using System.Xml.Schema;
using System.ComponentModel;
using System.Xml;
using System.Collections.Generic;
public partial class rebootArgsType {
private List<anyArgType> anyField;
public List<anyArgType> Any {
get {
if ((this.anyField == null)) {
this.anyField = new List<anyArgType>();
}
return this.anyField;
}
set {
this.anyField = value;
}
}
}
}