Guest User

Untitled

a guest
Jul 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public ref class MeshData : IMeshData{
  2.  
  3. //Here I should be able to implement my own functions which can access the interface function, or overload them.
  4.  
  5. }
  6.  
  7. INode IMeshData.NodeById(Int32 nodeId)
Add Comment
Please, Sign In to add comment