MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetGetMethod

Method GetGetMethod

Source/Engine/Scripting/Runtime/DotNet.cpp:1669–1672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1667}
1668
1669MMethod* MProperty::GetGetMethod() const
1670{
1671 return _getMethod;
1672}
1673
1674MMethod* MProperty::GetSetMethod() const
1675{

Callers 1

MExceptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected