hash() 공개 정적인 메소드

public static hash ( string self ) : long
self string
리턴 long
예제 #1
0
파일: Depend.cs 프로젝트: syatanic/fantom
 public override long hash()
 {
     return(FanStr.hash(toStr()));
 }
예제 #2
0
 public sealed override long hash()
 {
     return(FanStr.hash(m_source));
 }
예제 #3
0
 public override long hash()
 {
     return(FanStr.hash(signature()));
 }
예제 #4
0
파일: Locale.cs 프로젝트: syatanic/fantom
 public override long hash()
 {
     return(FanStr.hash(m_str));
 }