Determine() public static method

Deduces the namespace number from the input article title.
public static Determine ( string articleTitle ) : int
articleTitle string
return int
コード例 #1
0
 public Article(string name)
     : this(name, Namespace.Determine(name))
 {
 }