Nevron .NET Vision
Nevron.Diagram Namespace / NUmlMethod Class / NUmlMethod Constructor / NUmlMethod Constructor(MemberVisibility,String,String,Boolean,Boolean)


In This Topic
    NUmlMethod Constructor(MemberVisibility,String,String,Boolean,Boolean)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal visibility As MemberVisibility, _
       ByVal type As System.String, _
       ByVal name As System.String, _
       ByVal is_abstract As System.Boolean, _
       ByVal is_static As System.Boolean _
    )
    'Usage
     
    
    Dim visibility As MemberVisibility
    Dim type As System.String
    Dim name As System.String
    Dim is_abstract As System.Boolean
    Dim is_static As System.Boolean
     
    Dim instance As New NUmlMethod(visibility, type, name, is_abstract, is_static)
    public NUmlMethod( 
       MemberVisibility visibility,
       System.string type,
       System.string name,
       System.bool is_abstract,
       System.bool is_static
    )

    Parameters

    visibility
    type
    name
    is_abstract
    is_static
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also