See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.EntityGeneratorAssembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0
Syntax
C# |
---|
public DirectiveRegion[] GetDirectivesWithinType(
string typeFullName
) |
Visual Basic |
---|
Public Function GetDirectivesWithinType (
typeFullName As String
) As DirectiveRegion() |
Visual C++ |
---|
public:
array<DirectiveRegion^>^ GetDirectivesWithinType(
String^ typeFullName
) |
Return Value
Type:
array<DirectiveRegion>[]()[][]
See Also