関連タグで絞り込む (5)
setter
タグ
Private foo As Object Public Sub Set_Foo(ByRef aFoo As Object) foo = aFoo End Sub Public Function Get_Foo() As Object Return foo End Function とかでもまぁ別にいいんだけども、Get_, Set_とかダサいよねって事で、色々調べてたら、 Private fooObj As... 続きを読む g:moz-addon:id:ZIGOROu コンピュータ・IT
Private foo As Object Public Sub Set_Foo(ByRef aFoo As Object) foo = aFoo End Sub Public Function Get_Foo() As Object Return foo End Function とかでもまぁ別にいいんだけども、Get_, Set_とかダサいよねって事で、色々調べてたら、 Private fooObj As... 続きを読む