'Declaration Public Property KeepNext As System.Nullable(Of Boolean)
public System.Nullable<bool> KeepNext { get; set; }
public: __property System.Nullable<bool> get_KeepNext(); public: __property void set_KeepNext(
System.Nullable<bool> value
);
public:
property System.Nullable<bool> KeepNext { System.Nullable<bool> get(); void set(System.Nullable<bool> value); }