MoveToAttribute() public method

public MoveToAttribute ( string name ) : bool
name string
return bool
Example #1
0
 public override bool MoveToAttribute(string name)
 {
     return(_impl.MoveToAttribute(name));
 }