class WinMD::FunParam

Defined in:

winmd/fun_param.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, type : String, index : Int32) #

[View source]

Instance Method Detail

def ==(other : FunParam) #

Check if name and type match but if they're different but same index then raise error.


[View source]
def file=(file : WinMD::File) #

[View source]
def index : Int32 #

[View source]
def name : String #

[View source]
def render #

[View source]
def type : WinMD::Type #

[View source]