コード例 #1
0
ファイル: AssemblyDef.cs プロジェクト: hmflash/dnlib
		string GetFullName(PublicKeyBase pkBase) {
			return Utils.GetAssemblyNameString(name, version, culture, pkBase, Attributes);
		}
コード例 #2
0
 string GetFullName(PublicKeyBase pkBase)
 {
     return(Utils.GetAssemblyNameString(Name, Version, Culture, pkBase));
 }