com.togethersoft.openapi.sci
Interface SciDelegate
- public interface SciDelegate
- extends SciClass
Represents a delegate used in .NET oriented languages. (C# and VB.NET only)
Call to hasProperty(SciProperty.DELEGATE) will return true for delegates.
- Author:
- TogetherSoft
- Since: Together 6.0
- See Also: SciProperty.DELEGATE
| Methods inherited from interface com.togethersoft.openapi.sci.SciElement |
accept, canSetName, canSetProperty, getDeclarationText, getName, getQualifiedName, getTagList, getUniqueName, hasProperty, isDeleted, isPropertyReadable, isPropertyWritable, setName, setProperty, visitReferences, visitReferences |
| Methods inherited from interface com.togethersoft.openapi.sci.SciObject |
canCut, canDelete, canReplace, copy, cut, delete, getContainingFile, getContainingScope, getLanguage, getPositions, getText, getUserProperty, isReadOnly, replace, setUserProperty |
getParameterList
public SciParameterList getParameterList()
getReturnType
public SciType getReturnType()