public interface Icon {
public abstract bool equal ( Icon icon2 ) ;
public abstract uint hash ( void** icon ) ;
}
public abstract bool equal ( Icon icon2 ) ;
public abstract uint hash ( void** icon ) ;
Created by Valadoc