Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemOperationOptionStack Class / Push Method / Push(IList<Object>,Int32,Int32) Method


In This Topic
    Push(IList<Object>,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Push( _
       ByVal list As IList(Of Object), _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) As Integer
    'Usage
     
    Dim instance As FileSystemOperationOptionStack
    Dim list As IList(Of Object)
    Dim index As Integer
    Dim count As Integer
    Dim value As Integer
     
    value = instance.Push(list, index, count)
    public int Push( 
       IList<object> list,
       int index,
       int count
    )

    Parameters

    list
    index
    count
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also