Method | Description | |
---|---|---|
GetPropertyDictionaryForTypeGeneration ( IEnumerable |
Gets the property dictionary to be used for type generation.
|
Method | Description | |
---|---|---|
GetCollectionInnerTypes ( |
Gets inner types of collections and dictionaries.
|
public static GetPropertyDictionaryForTypeGeneration ( IEnumerable |
||
types | IEnumerable |
The types to generate property information for. |
generatorOptions | Castle.Sharp2Js.JsGeneratorOptions | The generator options. |
propertyTypeCollection | List |
The output collection of properties discovered through reflection of the supplied classes. |
return | IEnumerable |