コード例 #1
0
ファイル: XmlTypeManager.cs プロジェクト: jkwrobel/Project
 public List <ATypeRepresentation> GetChildrenForType(ATypeRepresentation typePlaceholder)
 {
     return(typePlaceholder.ReferencedTypes);
 }
コード例 #2
0
ファイル: ModelTests.cs プロジェクト: jkwrobel/Project
 public List <ATypeRepresentation> GetChildrenForType(ATypeRepresentation typePlaceholder)
 {
     return(children);
 }