[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Json.Utilities.ValidationUtils.ArgumentNotNullOrEmpty(System.Collections.ICollection,System.String,System.String)"]

Namespace:  Facebook.Json.Utilities
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static void ArgumentNotNullOrEmpty(
	ICollection collection,
	string parameterName,
	string message
)
Visual Basic (Declaration)
Public Shared Sub ArgumentNotNullOrEmpty ( _
	collection As ICollection, _
	parameterName As String, _
	message As String _
)
Visual C++
public:
static void ArgumentNotNullOrEmpty(
	ICollection^ collection, 
	String^ parameterName, 
	String^ message
)

Parameters

collection
Type: System.Collections..::.ICollection

[Missing <param name="collection"/> documentation for "M:Facebook.Json.Utilities.ValidationUtils.ArgumentNotNullOrEmpty(System.Collections.ICollection,System.String,System.String)"]

parameterName
Type: System..::.String

[Missing <param name="parameterName"/> documentation for "M:Facebook.Json.Utilities.ValidationUtils.ArgumentNotNullOrEmpty(System.Collections.ICollection,System.String,System.String)"]

message
Type: System..::.String

[Missing <param name="message"/> documentation for "M:Facebook.Json.Utilities.ValidationUtils.ArgumentNotNullOrEmpty(System.Collections.ICollection,System.String,System.String)"]

See Also

ValidationUtils Class
ArgumentNotNullOrEmpty Overload
Facebook.Json.Utilities Namespace