MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / TryConvert

Method TryConvert

test/TestHelpers/ExposedObject.cs:163–167  ·  view source on GitHub ↗
(ConvertBinder binder, out object result)

Source from the content-addressed store, hash-verified

161 }
162
163 public override bool TryConvert(ConvertBinder binder, out object result)
164 {
165 result = m_object;
166 return true;
167 }
168 }
169
170}

Callers 1

TryConvertFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected