[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Skips a specified number of elements in the sequence

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
Skip(
	
ulong 
count
)
Sub 
Skip ( _
	
count 
As 
ULong _
)
void 
Skip(
	
unsigned long long 
count
)

Parameters

count
UInt64

See Also