コード例 #1
0
 public static DocumentSchemaObjects For <T>()
 {
     return(new DocumentSchemaObjects(DocumentMapping.For <T>()));
 }