GetAttribute() 공개 메소드

public GetAttribute ( int i ) : string
i int
리턴 string
예제 #1
0
 public override string?GetAttribute(string name)
 {
     return(_impl.GetAttribute(name));
 }