OpenMetaverse.Packets.Packet.FromLLSD C# (CSharp) Method

FromLLSD() public static method

public static FromLLSD ( OSD osd ) : Packet
osd OSD
return Packet
        public static Packet FromLLSD(OSD osd)
        {
            // FIXME: Need the inverse of the reflection magic above done here
            throw new NotImplementedException();
        }