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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.ValidationUtils.ArgumentNotNullOrEmpty``1(System.Collections.Generic.ICollection{``0},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<T>(
	ICollection<T> collection,
	string parameterName
)
Visual Basic (Declaration)
Public Shared Sub ArgumentNotNullOrEmpty(Of T) ( _
	collection As ICollection(Of T), _
	parameterName As String _
)
Visual C++
public:
generic<typename T>
static void ArgumentNotNullOrEmpty(
	ICollection<T>^ collection, 
	String^ parameterName
)

Parameters

collection
Type: System.Collections.Generic..::.ICollection<(Of <(T>)>)

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

parameterName
Type: System..::.String

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Facebook.Json.Utilities.ValidationUtils.ArgumentNotNullOrEmpty``1(System.Collections.Generic.ICollection{``0},System.String)"]

See Also

ValidationUtils Class
ArgumentNotNullOrEmpty Overload
Facebook.Json.Utilities Namespace