'Declaration Public Shared Function ApplyTo(Of T)( _ ByVal settings As NameValueCollection, _ ByVal target As T, _ Optional ByVal setInnerSetting As Boolean, _ Optional ByVal suppressExceptions As Boolean _ ) As T
public static T ApplyTo<T>( NameValueCollection settings, T target, bool setInnerSetting, bool suppressExceptions )
Parameters
- settings
- target
- setInnerSetting
- suppressExceptions
Type Parameters
- T