VectorCollection.Add(Vector) 메서드

정의

Vector의 끝에 VectorCollection를 추가합니다.

public:
 virtual void Add(System::Windows::Vector value);
public void Add (System.Windows.Vector value);
abstract member Add : System.Windows.Vector -> unit
override this.Add : System.Windows.Vector -> unit
Public Sub Add (value As Vector)

매개 변수

value
Vector

Vector의 끝에 추가할 VectorCollection입니다.

구현

예외

value이(가) null인 경우

VectorCollection이 읽기 전용인 경우

또는 VectorCollection가 고정 크기입니다.

설명

일반적인 구현과 달리 ICollection<T>.Add,이 구현은 throw를 ArgumentException 추가 하려는 경우를 null (Nothing) 참조 합니다.

적용 대상

추가 정보