コード例 #1
0
 /// <summary>
 /// Instantiates RequestEnvironmentInfoRequest with the parameterized properties
 /// </summary>
 /// <param name="infoType">The type of information to request.</param>
 public RequestEnvironmentInfoRequest(EnvironmentInfoType infoType)
 {
     _infoType = infoType;
 }
コード例 #2
0
 /// <summary>
 /// Instantiates RequestEnvironmentInfoRequest with the parameterized properties
 /// </summary>
 /// <param name="infoType"> The type of information to request. </param>
 public RequestEnvironmentInfoRequest(EnvironmentInfoType infoType)
 {
     _infoType = infoType;
 }