C# 클래스 System.Data.PropertyCollection

상속: System.Collections.Hashtable, ICloneable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
PropertyCollection ( ) : System.Collections

보호된 메소드들

메소드 설명
PropertyCollection ( SerializationInfo info, StreamingContext context ) : System.Collections

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

PropertyCollection() 공개 메소드

public PropertyCollection ( ) : System.Collections
리턴 System.Collections

PropertyCollection() 보호된 메소드

protected PropertyCollection ( SerializationInfo info, StreamingContext context ) : System.Collections
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System.Collections