- Timestamp:
- 05/21/12 18:21:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveServiceClient.cs
r7857 r7862 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 2694 // Runtime Version:4.0.30319.544 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 59 59 60 60 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; 61 62 61 63 } 62 64 … … 967 969 968 970 [System.Runtime.Serialization.OptionalFieldAttribute()] 969 private boolIsDisposableField;971 private System.Nullable<bool> IsDisposableField; 970 972 971 973 [System.Runtime.Serialization.OptionalFieldAttribute()] … … 1073 1075 1074 1076 [System.Runtime.Serialization.DataMemberAttribute()] 1075 public boolIsDisposable {1077 public System.Nullable<bool> IsDisposable { 1076 1078 get { 1077 1079 return this.IsDisposableField;
Note: See TracChangeset
for help on using the changeset viewer.