Radegast.Notecard.Notecard C# (CSharp) Method

Notecard() public method

public Notecard ( Radegast.RadegastInstance instance, InventoryNotecard notecard ) : System
instance Radegast.RadegastInstance
notecard OpenMetaverse.InventoryNotecard
return System
        public Notecard(RadegastInstance instance, InventoryNotecard notecard)
            : this(instance, notecard, null)
        {
        }

Same methods

Notecard::Notecard ( Radegast.RadegastInstance instance, InventoryNotecard notecard, Primitive prim ) : System