지정한 인덱스 위치의 요소를 제거합니다.
네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Public Sub RemoveAt ( _
index As Integer _
)
‘사용 방법
Dim instance As FeedClockVector
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt (
int index
)
public:
virtual void RemoveAt (
int index
) sealed
public final void RemoveAt (
int index
)
public final function RemoveAt (
index : int
)
매개 변수
- index
클록 벡터에서 제거할 요소의 인덱스입니다.
참고 항목
참조
FeedClockVector 클래스
FeedClockVector 멤버
Microsoft.Synchronization.FeedSync 네임스페이스