Skip to content

M_CSharpx_EnumerableExtensions_OnFolderSourceSizeError

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

EnumerableExtensions.OnFolderSourceSizeError Method

Namespace: CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

private static Exception OnFolderSourceSizeError(
	int cmp,
	int count
)

VB

Private Shared Function OnFolderSourceSizeError ( 
	cmp As Integer,
	count As Integer
) As Exception

C++

private:
static Exception^ OnFolderSourceSizeError(
	int cmp, 
	int count
)

F#

private static member OnFolderSourceSizeError : 
        cmp : int * 
        count : int -> Exception 

Parameters

 

cmp
Type: System.Int32
count
Type: System.Int32

Return Value

Type: Exception

See Also

Reference

EnumerableExtensions Class
CSharpx Namespace

Clone this wiki locally