[PublicAPIAttribute]
public bool SkipNullParams { get; set; }<PublicAPIAttribute>
Public Property SkipNullParams As Boolean
Get
Setpublic:
[PublicAPIAttribute]
property bool SkipNullParams {
bool get ();
void set (bool value);
}[<PublicAPIAttribute>]
member SkipNullParams : bool with get, set