Castle.Core.ParameterModelCollection.CopyTo C# (CSharp) 메소드

CopyTo() 공개 메소드

Copy the content to the specified array
Not implemented
public CopyTo ( Array array, int index ) : void
array System.Array target array
index int target index
리턴 void
		public void CopyTo(Array array, int index)
		{
			throw new NotImplementedException();
		}