1
這是一個簡單的問題,我不知道正確的Xml語法。在溫莎城堡我可以複製這行代碼:什麼是標準的CLR XML,它是一個數組的具體泛型?
IoC.Container.AddComponent<IInputRequestedDialog<string>, SealsInputDialog>("seals");
與該XML:
<component id="seals"
service="MyApp.InputRequestedDialog`1[[System.String]], MyApp"
type="MyApp.SealsInputDialog, MyApp" />
但是,如果有什麼具體的一般是一個字符串數組,而不是一個字符串?如何對以下內容進行xml化?
IoC.Container.AddComponent<IInputRequestedDialog<string[]>, SealsInputDialog>("seals");
Upvoting回覆引用我感到奇怪:) – 2009-12-17 07:58:36